Html Css Color HEX #D96F07 Mango Tango

📋 copy color: '#D96F07'

red 217 ◦ green 111 ◦ blue 7

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

Shades of Mango Tango #D96F07

Tints of Mango Tango #D96F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.09%

R = 64.78%
G = 33.13%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96F07 (or 0xD96F07) is known color: Mango Tango. HEX triplet: D9, 6F and 07. RGB value is (217,111,7). Sum of RGB (Red+Green+Blue) = 217+111+7=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F07 is #2690F8. Grayscale: #838383. Windows color (decimal): -2527481 or 487385. OLE color: 487385.

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

Color convert

RGB 217 111 7 -
CMYK 0 0.49 0.97 0.15
HSL 29.71º 0.94% 0.44% -
HSV(B) 29.71º 0.97% 0.85% -
XYZ 34.34 26.14 3.44 -
YUV 130.84 58.12 189.46 -
System Red Green Blue C M Y K H S L
Decimal 217 111 7 0 0.49 0.97 0.15 29.71 0.94 0.44
Hex D9 6F 7 0 31 61 F 1E 5E 2C
Octal 331 157 7 0 61 141 17 36 136 54
Binary 11011001 1101111 111 0 110001 1100001 1111 11110 1011110 101100

Color Harmonies of #D96F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F07

Black with #D96F07

Text Example


Text Example

White with #D96F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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