COLOR #D48A09

HEX: #D48A09
RGB: (212,138,9)

Renk bilgisi

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

RGB renk modeli

#D48A09 color RGB value is (212,138,9).

  • kırmız ton 212;
  • yeşil ton 138;
  • mavi ton 9.
RGB:
(212,138,9)
(83%,54%,4%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 138 of 255 = 54%
B 9 of 255 = 4%

212
138
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 138 + 9 = 359 (100%)
R 212 of 359 ~ 59.05%
G 138 of 359 ~ 38.44%
B 9 of 359 ~ 2.51%

%59.05
%38.44

CMYK RENK MODELİ

#D48A09 rengi CMYK tonu (0,35,96,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.91%
  • sarı tonu 95.75%
  • ana renk tonu 16.86%
CMYK:
(0,35,96,17)
C0M35Y96K17 
(0%,35%,96%,17%)
(0.00/0.35/0.96/0.17)	

CMYK yüzdeleri

%0
%34.91
%95.75
%16.86

Codes

Color #D48A09 in popluar color models

D48A09
RGB2121389
HSL38°91.86%43.33%
HSB/HSV38°95.75%83.14%
CMYK0.00%34.91%95.75%
16.86%

Color #D48A09 in popluar number systems.

HEXD48A09
Decimal2121389
Binary11010100100010101001
Octal32421211

Shades and tints

Shades of #D48A09

#D48A09
(212,138,9)
#C17E09
(193,126,9)
#AE7209
(174,114,9)
#9B6609
(155,102,9)
#885A09
(136,90,9)
#754E09
(117,78,9)
#624209
(98,66,9)
#4F3609
(79,54,9)
#3C2A09
(60,42,9)
#291E09
(41,30,9)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #D48A09

#D48A09
(212,138,9)
#D7941F
(215,148,31)
#DA9E35
(218,158,53)
#DDA84B
(221,168,75)
#E0B261
(224,178,97)
#E3BC77
(227,188,119)
#E6C68D
(230,198,141)
#E9D0A3
(233,208,163)
#ECDAB9
(236,218,185)
#EFE4CF
(239,228,207)
#F2EEE5
(242,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48A09 color. Also use rgb(212,138,9) instead hex code.

Text Font Color

.myTextColor { color: #D48A09; }

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

This text font color is #D48A09.


Background Color

.myBgColor { background-color: #D48A09; }

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

This div background color is #D48A09.


Border color

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

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

This div border color is #D48A09.


Opacity

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

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

Text with #D48A09 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 #D48A09;}

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

This text has shadow with #D48A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48A09 on black background.


Color preview on white background

This text has color #D48A09 on white background.



Black color preview on #D48A09 background

This text has black color on #D48A09 background.


White color preview on #D48A09 background

This text has white color on #D48A09 background.