Html Css Color HEX #D66C06 Mango Tango

📋 copy color: '#D66C06'

red 214 ◦ green 108 ◦ blue 6

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

Shades of Mango Tango #D66C06

Tints of Mango Tango #D66C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 65.24%
G = 32.93%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D66C06 (or 0xD66C06) is known color: Mango Tango. HEX triplet: D6, 6C and 06. RGB value is (214,108,6). Sum of RGB (Red+Green+Blue) = 214+108+6=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66C06 is #2993F9. Grayscale: #808080. Windows color (decimal): -2724858 or 421078. OLE color: 421078.

HSL color Cylindrical-coordinate representation of color #D66C06: hue angle of 29.42º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D66C06 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 6 -
CMYK 0 0.50 0.97 0.16
HSL 29.42º 0.95% 0.43% -
HSV(B) 29.42º 0.97% 0.84% -
XYZ 33.13 25.03 3.26 -
YUV 128.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 214 108 6 0 0.50 0.97 0.16 29.42 0.95 0.43
Hex D6 6C 6 0 32 61 10 1D 5F 2B
Octal 326 154 6 0 62 141 20 35 137 53
Binary 11010110 1101100 110 0 110010 1100001 10000 11101 1011111 101011

Color Harmonies of #D66C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C06

Black with #D66C06

Text Example


Text Example

White with #D66C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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