Html Css Color HEX #D96F00 Mango Tango

📋 copy color: '#D96F00'

red 217 ◦ green 111 ◦ blue 0

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

Shades of Mango Tango #D96F00

Tints of Mango Tango #D96F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.16%
G = 33.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D96F00 (or 0xD96F00) is known color: Mango Tango. HEX triplet: D9, 6F and 00. RGB value is (217,111,0). Sum of RGB (Red+Green+Blue) = 217+111+0=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F00 is #2690FF. Grayscale: #828282. Windows color (decimal): -2527488 or 28633. OLE color: 28633.

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

Color convert

RGB 217 111 0 -
CMYK 0 0.49 1 0.15
HSL 30.69º 1% 0.43% -
HSV(B) 30.69º 1% 0.85% -
XYZ 34.3 26.12 3.23 -
YUV 130.04 54.62 190.03 -
System Red Green Blue C M Y K H S L
Decimal 217 111 0 0 0.49 1 0.15 30.69 1 0.43
Hex D9 6F 0 0 31 64 F 1F 64 2B
Octal 331 157 0 0 61 144 17 37 144 53
Binary 11011001 1101111 0 0 110001 1100100 1111 11111 1100100 101011

Color Harmonies of #D96F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F00

Black with #D96F00

Text Example


Text Example

White with #D96F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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