Html Css Color HEX #D96C02 Mango Tango

📋 copy color: '#D96C02'

red 217 ◦ green 108 ◦ blue 2

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

Shades of Mango Tango #D96C02

Tints of Mango Tango #D96C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 66.36%
G = 33.03%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D96C02 (or 0xD96C02) is known color: Mango Tango. HEX triplet: D9, 6C and 02. RGB value is (217,108,2). Sum of RGB (Red+Green+Blue) = 217+108+2=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C02 is #2693FD. Grayscale: #818181. Windows color (decimal): -2528254 or 158937. OLE color: 158937.

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

Color convert

RGB 217 108 2 -
CMYK 0 0.50 0.99 0.15
HSL 29.58º 0.98% 0.43% -
HSV(B) 29.58º 0.99% 0.85% -
XYZ 33.99 25.48 3.18 -
YUV 128.51 56.61 191.12 -
System Red Green Blue C M Y K H S L
Decimal 217 108 2 0 0.50 0.99 0.15 29.58 0.98 0.43
Hex D9 6C 2 0 32 63 F 1E 62 2B
Octal 331 154 2 0 62 143 17 36 142 53
Binary 11011001 1101100 10 0 110010 1100011 1111 11110 1100010 101011

Color Harmonies of #D96C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C02

Black with #D96C02

Text Example


Text Example

White with #D96C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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