Html Css Color HEX #D96B07 Mango Tango

📋 copy color: '#D96B07'

red 217 ◦ green 107 ◦ blue 7

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

Shades of Mango Tango #D96B07

Tints of Mango Tango #D96B07

RGB

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

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

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

R = 65.56%
G = 32.33%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96B07 (or 0xD96B07) is known color: Mango Tango. HEX triplet: D9, 6B and 07. RGB value is (217,107,7). Sum of RGB (Red+Green+Blue) = 217+107+7=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B07 is #2694F8. Grayscale: #818181. Windows color (decimal): -2528505 or 486361. OLE color: 486361.

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

Color convert

RGB 217 107 7 -
CMYK 0 0.51 0.97 0.15
HSL 28.57º 0.94% 0.44% -
HSV(B) 28.57º 0.97% 0.85% -
XYZ 33.91 25.28 3.29 -
YUV 128.49 59.44 191.13 -
System Red Green Blue C M Y K H S L
Decimal 217 107 7 0 0.51 0.97 0.15 28.57 0.94 0.44
Hex D9 6B 7 0 33 61 F 1D 5E 2C
Octal 331 153 7 0 63 141 17 35 136 54
Binary 11011001 1101011 111 0 110011 1100001 1111 11101 1011110 101100

Color Harmonies of #D96B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B07

Black with #D96B07

Text Example


Text Example

White with #D96B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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