COLOR #D48F17

HEX: #D48F17
RGB: (212,143,23)

Renk bilgisi

#D48F17 contains mainly red color. #D48F17 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#D48F17 color RGB value is (212,143,23).

  • kırmız ton 212;
  • yeşil ton 143;
  • mavi ton 23.
RGB:
(212,143,23)
(83%,56%,9%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 143 of 255 = 56%
B 23 of 255 = 9%

212
143
23

R + G + B ~ 49%. #D48F17 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 143 + 23 = 378 (100%)
R 212 of 378 ~ 56.08%
G 143 of 378 ~ 37.83%
B 23 of 378 ~ 6.08%

%56.08
%37.83

CMYK RENK MODELİ

#D48F17 rengi CMYK tonu (0,33,89,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.55%
  • sarı tonu 89.15%
  • ana renk tonu 16.86%
CMYK:
(0,33,89,17)
C0M33Y89K17 
(0%,33%,89%,17%)
(0.00/0.33/0.89/0.17)	

CMYK yüzdeleri

%0
%32.55
%89.15
%16.86

Codes

Color #D48F17 in popluar color models

D48F17
RGB21214323
HSL38°80.43%46.08%
HSB/HSV38°89.15%83.14%
CMYK0.00%32.55%89.15%
16.86%

Color #D48F17 in popluar number systems.

HEXD48F17
Decimal21214323
Binary110101001000111110111
Octal32421727

Shades and tints

Shades of #D48F17

#D48F17
(212,143,23)
#C18215
(193,130,21)
#AE7513
(174,117,19)
#9B6811
(155,104,17)
#885B0F
(136,91,15)
#754E0D
(117,78,13)
#62410B
(98,65,11)
#4F3409
(79,52,9)
#3C2707
(60,39,7)
#291A05
(41,26,5)
#160D03
(22,13,3)
#000000
(0,0,0)

Tints of #D48F17

#D48F17
(212,143,23)
#D7992C
(215,153,44)
#DAA341
(218,163,65)
#DDAD56
(221,173,86)
#E0B76B
(224,183,107)
#E3C180
(227,193,128)
#E6CB95
(230,203,149)
#E9D5AA
(233,213,170)
#ECDFBF
(236,223,191)
#EFE9D4
(239,233,212)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48F17 color. Also use rgb(212,143,23) instead hex code.

Text Font Color

.myTextColor { color: #D48F17; }

<p style="color:#D48F17">This sample text font color is #D48F17.</p>

This text font color is #D48F17.


Background Color

.myBgColor { background-color: #D48F17; }

<div style="background-color:#D48F17">Inner text</div>

This div background color is #D48F17.


Border color

.myBorderColor { border: 1px solid #D48F17; }

<div style="border:3px solid #D48F17">Div</div>

This div border color is #D48F17.


Opacity

.myOpacity80 { color: #D48F17; opacity: 0.8; }

<p style="color:#D48F17;opacity:0.8;">80%</p>

Text with #D48F17 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D48F17;}

<p style="text-shadow: 3px 3px 1px #D48F17">Text here.</p>

This text has shadow with #D48F17 color.

.textShadow {text-shadow: 3px 3px 1px #D48F17, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D48F17, 5px 5px 20px red">Text here.</p>

This text has shadow with #D48F17 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D48F17, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D48F17, Direction=45, Strength=4)">Text</p>

This text has shadow with #D48F17 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D48F17;
  -webkit-box-shadow:	1px 1px 3px 2px #D48F17;
  box-shadow:		1px 1px 3px 2px #D48F17;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D48F17;
-webkit-box-shadow: 1px 1px 3px 2px #D48F17;
box-shadow:1px 1px 3px 2px #D48F17;">
Div content here</div>
This div box has shadow with color #D48F17.

Preview

Color preview on black background

This text has color #D48F17 on black background.


Color preview on white background

This text has color #D48F17 on white background.



Black color preview on #D48F17 background

This text has black color on #D48F17 background.


White color preview on #D48F17 background

This text has white color on #D48F17 background.