COLOR #D48A24

HEX: #D48A24
RGB: (212,138,36)

Renk bilgisi

#D48A24 contains mainly red color. #D48A24 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D48A24 color RGB value is (212,138,36).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 138 of 255 = 54%
B 36 of 255 = 14%

212
138
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 138 + 36 = 386 (100%)
R 212 of 386 ~ 54.92%
G 138 of 386 ~ 35.75%
B 36 of 386 ~ 9.33%

%54.92
%35.75

CMYK RENK MODELİ

#D48A24 rengi CMYK tonu (0,35,83,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.91%
  • sarı tonu 83.02%
  • ana renk tonu 16.86%
CMYK:
(0,35,83,17)
C0M35Y83K17 
(0%,35%,83%,17%)
(0.00/0.35/0.83/0.17)	

CMYK yüzdeleri

%0
%34.91
%83.02
%16.86

Codes

Color #D48A24 in popluar color models

D48A24
RGB21213836
HSL35°70.97%48.63%
HSB/HSV35°83.02%83.14%
CMYK0.00%34.91%83.02%
16.86%

Color #D48A24 in popluar number systems.

HEXD48A24
Decimal21213836
Binary1101010010001010100100
Octal32421244

Shades and tints

Shades of #D48A24

#D48A24
(212,138,36)
#C17E21
(193,126,33)
#AE721E
(174,114,30)
#9B661B
(155,102,27)
#885A18
(136,90,24)
#754E15
(117,78,21)
#624212
(98,66,18)
#4F360F
(79,54,15)
#3C2A0C
(60,42,12)
#291E09
(41,30,9)
#161206
(22,18,6)
#000000
(0,0,0)

Tints of #D48A24

#D48A24
(212,138,36)
#D79437
(215,148,55)
#DA9E4A
(218,158,74)
#DDA85D
(221,168,93)
#E0B270
(224,178,112)
#E3BC83
(227,188,131)
#E6C696
(230,198,150)
#E9D0A9
(233,208,169)
#ECDABC
(236,218,188)
#EFE4CF
(239,228,207)
#F2EEE2
(242,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48A24; }

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

This text font color is #D48A24.


Background Color

.myBgColor { background-color: #D48A24; }

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

This div background color is #D48A24.


Border color

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

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

This div border color is #D48A24.


Opacity

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

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

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

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

This text has shadow with #D48A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48A24 on black background.


Color preview on white background

This text has color #D48A24 on white background.



Black color preview on #D48A24 background

This text has black color on #D48A24 background.


White color preview on #D48A24 background

This text has white color on #D48A24 background.