Html Css Color HEX #D96C00 Mango Tango

📋 copy color: '#D96C00'

red 217 ◦ green 108 ◦ blue 0

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

Shades of Mango Tango #D96C00

Tints of Mango Tango #D96C00

RGB

 RED value IS 217 (85.16% from 255) = 66.77%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.77%
G = 33.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D96C00 (or 0xD96C00) is known color: Mango Tango. HEX triplet: D9, 6C and 00. RGB value is (217,108,0). Sum of RGB (Red+Green+Blue) = 217+108+0=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C00 is #2693FF. Grayscale: #808080. Windows color (decimal): -2528256 or 27865. OLE color: 27865.

HSL color Cylindrical-coordinate representation of color #D96C00: hue angle of 29.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D96C00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 108 0 -
CMYK 0 0.50 1 0.15
HSL 29.86º 1% 0.43% -
HSV(B) 29.86º 1% 0.85% -
XYZ 33.98 25.48 3.13 -
YUV 128.28 55.61 191.28 -
System Red Green Blue C M Y K H S L
Decimal 217 108 0 0 0.50 1 0.15 29.86 1 0.43
Hex D9 6C 0 0 32 64 F 1E 64 2B
Octal 331 154 0 0 62 144 17 36 144 53
Binary 11011001 1101100 0 0 110010 1100100 1111 11110 1100100 101011

Color Harmonies of #D96C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C00

Black with #D96C00

Text Example


Text Example

White with #D96C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C00; }

 p { color: rgb(217,108,0); }

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

background-color css

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

 a { background-color: rgb(217,108,0); }

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

border-color css

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

 span { border-color: rgb(217,108,0); }

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