Html Css Color HEX #D67208 Mango Tango

📋 copy color: '#D67208'

red 214 ◦ green 114 ◦ blue 8

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

Shades of Mango Tango #D67208

Tints of Mango Tango #D67208

RGB

 RED value IS 214 (83.98% from 255) = 63.69%

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 63.69%
G = 33.93%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D67208 (or 0xD67208) is known color: Mango Tango. HEX triplet: D6, 72 and 08. RGB value is (214,114,8). Sum of RGB (Red+Green+Blue) = 214+114+8=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D67208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67208 is #298DF7. Grayscale: #848484. Windows color (decimal): -2723320 or 553686. OLE color: 553686.

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

Color convert

RGB 214 114 8 -
CMYK 0 0.47 0.96 0.16
HSL 30.87º 0.93% 0.44% -
HSV(B) 30.87º 0.96% 0.84% -
XYZ 33.79 26.35 3.53 -
YUV 131.82 58.13 186.62 -
System Red Green Blue C M Y K H S L
Decimal 214 114 8 0 0.47 0.96 0.16 30.87 0.93 0.44
Hex D6 72 8 0 2F 60 10 1F 5D 2C
Octal 326 162 10 0 57 140 20 37 135 54
Binary 11010110 1110010 1000 0 101111 1100000 10000 11111 1011101 101100

Color Harmonies of #D67208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67208

Black with #D67208

Text Example


Text Example

White with #D67208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67208; }

 p { color: rgb(214,114,8); }

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

background-color css

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

 a { background-color: rgb(214,114,8); }

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

border-color css

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

 span { border-color: rgb(214,114,8); }

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