Html Css Color HEX #D96B0A Mango Tango

📋 copy color: '#D96B0A'

red 217 ◦ green 107 ◦ blue 10

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

Shades of Mango Tango #D96B0A

Tints of Mango Tango #D96B0A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 64.97%
G = 32.04%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D96B0A (or 0xD96B0A) is known color: Mango Tango. HEX triplet: D9, 6B and 0A. RGB value is (217,107,10). Sum of RGB (Red+Green+Blue) = 217+107+10=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B0A is #2694F5. Grayscale: #818181. Windows color (decimal): -2528502 or 682969. OLE color: 682969.

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

Color convert

RGB 217 107 10 -
CMYK 0 0.51 0.95 0.15
HSL 28.12º 0.91% 0.45% -
HSV(B) 28.12º 0.95% 0.85% -
XYZ 33.93 25.29 3.38 -
YUV 128.83 60.94 190.89 -
System Red Green Blue C M Y K H S L
Decimal 217 107 10 0 0.51 0.95 0.15 28.12 0.91 0.45
Hex D9 6B A 0 33 5F F 1C 5B 2D
Octal 331 153 12 0 63 137 17 34 133 55
Binary 11011001 1101011 1010 0 110011 1011111 1111 11100 1011011 101101

Color Harmonies of #D96B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B0A

Black with #D96B0A

Text Example


Text Example

White with #D96B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B0A; }

 p { color: rgb(217,107,10); }

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

background-color css

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

 a { background-color: rgb(217,107,10); }

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

border-color css

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

 span { border-color: rgb(217,107,10); }

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