COLOR #D48002

HEX: #D48002
RGB: (212,128,2)

Color info

#D48002 contains mainly red color. Web safe color of #D48002 is #CC6600 (or #C60).

RGB color model

#D48002 color RGB value is (212,128,2).

  • red value is 212;
  • green value is 128;
  • blue value is 2.
RGB:
(212,128,2)
(83%,50%,1%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 2 of 255 = 1%

212
128
2

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

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 2 = 342 (100%)
R 212 of 342 ~ 61.99%
G 128 of 342 ~ 37.43%
B 2 of 342 ~ 0.58%

%61.99
%37.43

CMYK color model

#D48002 color CMYK value is (0,40,99,17).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 99.06%
  • key color value is 16.86%
CMYK:
(0,40,99,17)
C0M40Y99K17 
(0%,40%,99%,17%)
(0.00/0.40/0.99/0.17)	

CMYK percentages

%0
%39.62
%99.06
%16.86

Codes

Color #D48002 in popluar color models

D48002
RGB2121282
HSL36°98.13%41.96%
HSB/HSV36°99.06%83.14%
CMYK0.00%39.62%99.06%
16.86%

Color #D48002 in popluar number systems.

HEXD48002
Decimal2121282
Binary110101001000000010
Octal3242002

Shades and tints

Shades of #D48002

#D48002
(212,128,2)
#C17502
(193,117,2)
#AE6A02
(174,106,2)
#9B5F02
(155,95,2)
#885402
(136,84,2)
#754902
(117,73,2)
#623E02
(98,62,2)
#4F3302
(79,51,2)
#3C2802
(60,40,2)
#291D02
(41,29,2)
#161202
(22,18,2)
#000000
(0,0,0)

Tints of #D48002

#D48002
(212,128,2)
#D78B19
(215,139,25)
#DA9630
(218,150,48)
#DDA147
(221,161,71)
#E0AC5E
(224,172,94)
#E3B775
(227,183,117)
#E6C28C
(230,194,140)
#E9CDA3
(233,205,163)
#ECD8BA
(236,216,186)
#EFE3D1
(239,227,209)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48002 color. Also use rgb(212,128,2) instead hex code.

Text Font Color

.myTextColor { color: #D48002; }

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

This text font color is #D48002.


Background Color

.myBgColor { background-color: #D48002; }

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

This div background color is #D48002.


Border color

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

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

This div border color is #D48002.


Opacity

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

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

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

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

This text has shadow with #D48002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48002 on black background.


Color preview on white background

This text has color #D48002 on white background.



Black color preview on #D48002 background

This text has black color on #D48002 background.


White color preview on #D48002 background

This text has white color on #D48002 background.