Html Css Color HEX #D96C0C Mango Tango

📋 copy color: '#D96C0C'

red 217 ◦ green 108 ◦ blue 12

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

Shades of Mango Tango #D96C0C

Tints of Mango Tango #D96C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 64.39%
G = 32.05%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D96C0C (or 0xD96C0C) is known color: Mango Tango. HEX triplet: D9, 6C and 0C. RGB value is (217,108,12). Sum of RGB (Red+Green+Blue) = 217+108+12=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C0C is #2693F3. Grayscale: #828282. Windows color (decimal): -2528244 or 814297. OLE color: 814297.

HSL color Cylindrical-coordinate representation of color #D96C0C: hue angle of 28.1º 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 #D96C0C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 108 12 -
CMYK 0 0.50 0.94 0.15
HSL 28.1º 0.9% 0.45% -
HSV(B) 28.1º 0.94% 0.85% -
XYZ 34.04 25.5 3.48 -
YUV 129.65 61.61 190.31 -
System Red Green Blue C M Y K H S L
Decimal 217 108 12 0 0.50 0.94 0.15 28.1 0.9 0.45
Hex D9 6C C 0 32 5E F 1C 5A 2D
Octal 331 154 14 0 62 136 17 34 132 55
Binary 11011001 1101100 1100 0 110010 1011110 1111 11100 1011010 101101

Color Harmonies of #D96C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C0C

Black with #D96C0C

Text Example


Text Example

White with #D96C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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