Html Css Color HEX #D96605 Mango Tango

📋 copy color: '#D96605'

red 217 ◦ green 102 ◦ blue 5

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

Shades of Mango Tango #D96605

Tints of Mango Tango #D96605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 66.98%
G = 31.48%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D96605 (or 0xD96605) is known color: Mango Tango. HEX triplet: D9, 66 and 05. RGB value is (217,102,5). Sum of RGB (Red+Green+Blue) = 217+102+5=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D96605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96605 is #2699FA. Grayscale: #7D7D7D. Windows color (decimal): -2529787 or 354009. OLE color: 354009.

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

Color convert

RGB 217 102 5 -
CMYK 0 0.53 0.98 0.15
HSL 27.45º 0.95% 0.44% -
HSV(B) 27.45º 0.98% 0.85% -
XYZ 33.39 24.27 3.07 -
YUV 125.33 60.1 193.39 -
System Red Green Blue C M Y K H S L
Decimal 217 102 5 0 0.53 0.98 0.15 27.45 0.95 0.44
Hex D9 66 5 0 35 62 F 1B 5F 2C
Octal 331 146 5 0 65 142 17 33 137 54
Binary 11011001 1100110 101 0 110101 1100010 1111 11011 1011111 101100

Color Harmonies of #D96605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96605

Black with #D96605

Text Example


Text Example

White with #D96605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96605; }

 p { color: rgb(217,102,5); }

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

background-color css

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

 a { background-color: rgb(217,102,5); }

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

border-color css

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

 span { border-color: rgb(217,102,5); }

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