Html Css Color HEX #D96A08 Mango Tango

📋 copy color: '#D96A08'

red 217 ◦ green 106 ◦ blue 8

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

Shades of Mango Tango #D96A08

Tints of Mango Tango #D96A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 65.56%
G = 32.02%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D96A08 (or 0xD96A08) is known color: Mango Tango. HEX triplet: D9, 6A and 08. RGB value is (217,106,8). Sum of RGB (Red+Green+Blue) = 217+106+8=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A08 is #2695F7. Grayscale: #808080. Windows color (decimal): -2528760 or 551641. OLE color: 551641.

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

Color convert

RGB 217 106 8 -
CMYK 0 0.51 0.96 0.15
HSL 28.13º 0.93% 0.44% -
HSV(B) 28.13º 0.96% 0.85% -
XYZ 33.81 25.08 3.29 -
YUV 128.02 60.27 191.47 -
System Red Green Blue C M Y K H S L
Decimal 217 106 8 0 0.51 0.96 0.15 28.13 0.93 0.44
Hex D9 6A 8 0 33 60 F 1C 5D 2C
Octal 331 152 10 0 63 140 17 34 135 54
Binary 11011001 1101010 1000 0 110011 1100000 1111 11100 1011101 101100

Color Harmonies of #D96A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A08

Black with #D96A08

Text Example


Text Example

White with #D96A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A08; }

 p { color: rgb(217,106,8); }

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

background-color css

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

 a { background-color: rgb(217,106,8); }

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

border-color css

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

 span { border-color: rgb(217,106,8); }

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