Html Css Color HEX #D96F0C Mango Tango

📋 copy color: '#D96F0C'

red 217 ◦ green 111 ◦ blue 12

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

Shades of Mango Tango #D96F0C

Tints of Mango Tango #D96F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 63.82%
G = 32.65%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D96F0C (or 0xD96F0C) is known color: Mango Tango. HEX triplet: D9, 6F and 0C. RGB value is (217,111,12). Sum of RGB (Red+Green+Blue) = 217+111+12=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F0C is #2690F3. Grayscale: #838383. Windows color (decimal): -2527476 or 815065. OLE color: 815065.

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

Color convert

RGB 217 111 12 -
CMYK 0 0.49 0.94 0.15
HSL 28.98º 0.9% 0.45% -
HSV(B) 28.98º 0.94% 0.85% -
XYZ 34.37 26.15 3.58 -
YUV 131.41 60.62 189.05 -
System Red Green Blue C M Y K H S L
Decimal 217 111 12 0 0.49 0.94 0.15 28.98 0.9 0.45
Hex D9 6F C 0 31 5E F 1D 5A 2D
Octal 331 157 14 0 61 136 17 35 132 55
Binary 11011001 1101111 1100 0 110001 1011110 1111 11101 1011010 101101

Color Harmonies of #D96F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F0C

Black with #D96F0C

Text Example


Text Example

White with #D96F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F0C; }

 p { color: rgb(217,111,12); }

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

background-color css

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

 a { background-color: rgb(217,111,12); }

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

border-color css

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

 span { border-color: rgb(217,111,12); }

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