Html Css Color HEX #D96700 Mango Tango

📋 copy color: '#D96700'

red 217 ◦ green 103 ◦ blue 0

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

Shades of Mango Tango #D96700

Tints of Mango Tango #D96700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 67.81%
G = 32.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D96700 (or 0xD96700) is known color: Mango Tango. HEX triplet: D9, 67 and 00. RGB value is (217,103,0). Sum of RGB (Red+Green+Blue) = 217+103+0=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D96700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96700 is #2698FF. Grayscale: #7D7D7D. Windows color (decimal): -2529536 or 26585. OLE color: 26585.

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

Color convert

RGB 217 103 0 -
CMYK 0 0.53 1 0.15
HSL 28.48º 1% 0.43% -
HSV(B) 28.48º 1% 0.85% -
XYZ 33.47 24.45 2.96 -
YUV 125.34 57.27 193.38 -
System Red Green Blue C M Y K H S L
Decimal 217 103 0 0 0.53 1 0.15 28.48 1 0.43
Hex D9 67 0 0 35 64 F 1C 64 2B
Octal 331 147 0 0 65 144 17 34 144 53
Binary 11011001 1100111 0 0 110101 1100100 1111 11100 1100100 101011

Color Harmonies of #D96700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96700

Black with #D96700

Text Example


Text Example

White with #D96700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96700; }

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

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

background-color css

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

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

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

border-color css

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

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

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