Html Css Color HEX #D96E0B Mango Tango

📋 copy color: '#D96E0B'

red 217 ◦ green 110 ◦ blue 11

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

Shades of Mango Tango #D96E0B

Tints of Mango Tango #D96E0B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 64.2%
G = 32.54%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D96E0B (or 0xD96E0B) is known color: Mango Tango. HEX triplet: D9, 6E and 0B. RGB value is (217,110,11). Sum of RGB (Red+Green+Blue) = 217+110+11=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E0B is #2691F4. Grayscale: #838383. Windows color (decimal): -2527733 or 749273. OLE color: 749273.

HSL color Cylindrical-coordinate representation of color #D96E0B: hue angle of 28.83º degrees, saturation: 0.9, 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 #D96E0B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 11 -
CMYK 0 0.49 0.95 0.15
HSL 28.83º 0.9% 0.45% -
HSV(B) 28.83º 0.95% 0.85% -
XYZ 34.25 25.93 3.52 -
YUV 130.71 60.45 189.55 -
System Red Green Blue C M Y K H S L
Decimal 217 110 11 0 0.49 0.95 0.15 28.83 0.9 0.45
Hex D9 6E B 0 31 5F F 1D 5A 2D
Octal 331 156 13 0 61 137 17 35 132 55
Binary 11011001 1101110 1011 0 110001 1011111 1111 11101 1011010 101101

Color Harmonies of #D96E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E0B

Black with #D96E0B

Text Example


Text Example

White with #D96E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E0B; }

 p { color: rgb(217,110,11); }

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

background-color css

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

 a { background-color: rgb(217,110,11); }

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

border-color css

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

 span { border-color: rgb(217,110,11); }

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