Html Css Color HEX #D47008 Mango Tango

📋 copy color: '#D47008'

red 212 ◦ green 112 ◦ blue 8

#D47008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #D47008

Tints of Mango Tango #D47008

RGB

 RED value IS 212 (83.2% from 255) = 63.86%

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 8 (3.52% from 255) = 2.41%

R = 63.86%
G = 33.73%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D47008 (or 0xD47008) is known color: Mango Tango. HEX triplet: D4, 70 and 08. RGB value is (212,112,8). Sum of RGB (Red+Green+Blue) = 212+112+8=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D47008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47008 is #2B8FF7. Grayscale: #828282. Windows color (decimal): -2854904 or 553172. OLE color: 553172.

HSL color Cylindrical-coordinate representation of color #D47008: hue angle of 30.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D47008 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 8 -
CMYK 0 0.47 0.96 0.17
HSL 30.59º 0.93% 0.43% -
HSV(B) 30.59º 0.96% 0.83% -
XYZ 32.99 25.6 3.43 -
YUV 130.04 59.13 186.46 -
System Red Green Blue C M Y K H S L
Decimal 212 112 8 0 0.47 0.96 0.17 30.59 0.93 0.43
Hex D4 70 8 0 2F 60 11 1F 5D 2B
Octal 324 160 10 0 57 140 21 37 135 53
Binary 11010100 1110000 1000 0 101111 1100000 10001 11111 1011101 101011

Color Harmonies of #D47008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47008

Black with #D47008

Text Example


Text Example

White with #D47008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47008; }

 p { color: rgb(212,112,8); }

 H1.HeaderClassName
 {
   color: #D47008;
 }
 .AnyTagClassName
 {
   color: #D47008;
 }
</style>

background-color css

<style>
 a { background-color: #D47008; }

 a { background-color: rgb(212,112,8); }

 div.DivClassName
 {
   background-color: #D47008;
 }
 .BgClassName
 {
   background-color: #D47008;
 }
</style>

border-color css

<style>
 span { border-color: #D47008; }

 span { border-color: rgb(212,112,8); }

 td.TdClassName
 {
   border-color: #D47008;
 }
 .TagClassName
 {
   border-color: #D47008;
 }
</style>