Html Css Color HEX #D07008 Mango Tango

📋 copy color: '#D07008'

red 208 ◦ green 112 ◦ blue 8

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

Shades of Mango Tango #D07008

Tints of Mango Tango #D07008

RGB

 RED value IS 208 (81.64% from 255) = 63.41%

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

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

R = 63.41%
G = 34.15%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D07008 (or 0xD07008) is known color: Mango Tango. HEX triplet: D0, 70 and 08. RGB value is (208,112,8). Sum of RGB (Red+Green+Blue) = 208+112+8=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D07008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07008 is #2F8FF7. Grayscale: #818181. Windows color (decimal): -3117048 or 553168. OLE color: 553168.

HSL color Cylindrical-coordinate representation of color #D07008: hue angle of 31.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07008 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 8 -
CMYK 0 0.46 0.96 0.18
HSL 31.2º 0.93% 0.42% -
HSV(B) 31.2º 0.96% 0.82% -
XYZ 31.85 25.02 3.38 -
YUV 128.85 59.8 184.46 -
System Red Green Blue C M Y K H S L
Decimal 208 112 8 0 0.46 0.96 0.18 31.2 0.93 0.42
Hex D0 70 8 0 2E 60 12 1F 5D 2A
Octal 320 160 10 0 56 140 22 37 135 52
Binary 11010000 1110000 1000 0 101110 1100000 10010 11111 1011101 101010

Color Harmonies of #D07008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07008

Black with #D07008

Text Example


Text Example

White with #D07008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07008; }

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

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

background-color css

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

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

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

border-color css

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

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

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