Html Css Color HEX #D97601 Mango Tango

📋 copy color: '#D97601'

red 217 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #D97601

Tints of Mango Tango #D97601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 64.58%
G = 35.12%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D97601 (or 0xD97601) is known color: Mango Tango. HEX triplet: D9, 76 and 01. RGB value is (217,118,1). Sum of RGB (Red+Green+Blue) = 217+118+1=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D97601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97601 is #2689FE. Grayscale: #868686. Windows color (decimal): -2525695 or 95961. OLE color: 95961.

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

Color convert

RGB 217 118 1 -
CMYK 0 0.46 1.00 0.15
HSL 32.5º 0.99% 0.43% -
HSV(B) 32.5º 1% 0.85% -
XYZ 35.1 27.71 3.53 -
YUV 134.26 52.8 187.01 -
System Red Green Blue C M Y K H S L
Decimal 217 118 1 0 0.46 1.00 0.15 32.5 0.99 0.43
Hex D9 76 1 0 2E 64 F 20 63 2B
Octal 331 166 1 0 56 144 17 40 143 53
Binary 11011001 1110110 1 0 101110 1100100 1111 100000 1100011 101011

Color Harmonies of #D97601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97601

Black with #D97601

Text Example


Text Example

White with #D97601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97601; }

 p { color: rgb(217,118,1); }

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

background-color css

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

 a { background-color: rgb(217,118,1); }

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

border-color css

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

 span { border-color: rgb(217,118,1); }

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