Html Css Color HEX #D96906 Mango Tango

📋 copy color: '#D96906'

red 217 ◦ green 105 ◦ blue 6

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

Shades of Mango Tango #D96906

Tints of Mango Tango #D96906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 66.16%
G = 32.01%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96906 (or 0xD96906) is known color: Mango Tango. HEX triplet: D9, 69 and 06. RGB value is (217,105,6). Sum of RGB (Red+Green+Blue) = 217+105+6=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D96906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96906 is #2696F9. Grayscale: #7F7F7F. Windows color (decimal): -2529018 or 420313. OLE color: 420313.

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

Color convert

RGB 217 105 6 -
CMYK 0 0.52 0.97 0.15
HSL 28.15º 0.95% 0.44% -
HSV(B) 28.15º 0.97% 0.85% -
XYZ 33.7 24.87 3.2 -
YUV 127.2 59.61 192.05 -
System Red Green Blue C M Y K H S L
Decimal 217 105 6 0 0.52 0.97 0.15 28.15 0.95 0.44
Hex D9 69 6 0 34 61 F 1C 5F 2C
Octal 331 151 6 0 64 141 17 34 137 54
Binary 11011001 1101001 110 0 110100 1100001 1111 11100 1011111 101100

Color Harmonies of #D96906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96906

Black with #D96906

Text Example


Text Example

White with #D96906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96906; }

 p { color: rgb(217,105,6); }

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

background-color css

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

 a { background-color: rgb(217,105,6); }

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

border-color css

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

 span { border-color: rgb(217,105,6); }

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