Html Css Color HEX #D66C08 Mango Tango

📋 copy color: '#D66C08'

red 214 ◦ green 108 ◦ blue 8

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

Shades of Mango Tango #D66C08

Tints of Mango Tango #D66C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

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

R = 64.85%
G = 32.73%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D66C08 (or 0xD66C08) is known color: Mango Tango. HEX triplet: D6, 6C and 08. RGB value is (214,108,8). Sum of RGB (Red+Green+Blue) = 214+108+8=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66C08 is #2993F7. Grayscale: #808080. Windows color (decimal): -2724856 or 552150. OLE color: 552150.

HSL color Cylindrical-coordinate representation of color #D66C08: hue angle of 29.13º 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 #D66C08 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 8 -
CMYK 0 0.50 0.96 0.16
HSL 29.13º 0.93% 0.44% -
HSV(B) 29.13º 0.96% 0.84% -
XYZ 33.14 25.04 3.32 -
YUV 128.29 60.12 189.13 -
System Red Green Blue C M Y K H S L
Decimal 214 108 8 0 0.50 0.96 0.16 29.13 0.93 0.44
Hex D6 6C 8 0 32 60 10 1D 5D 2C
Octal 326 154 10 0 62 140 20 35 135 54
Binary 11010110 1101100 1000 0 110010 1100000 10000 11101 1011101 101100

Color Harmonies of #D66C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C08

Black with #D66C08

Text Example


Text Example

White with #D66C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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