Html Css Color HEX #D97201 Mango Tango

📋 copy color: '#D97201'

red 217 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #D97201

Tints of Mango Tango #D97201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

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

R = 65.36%
G = 34.34%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D97201 (or 0xD97201) is known color: Mango Tango. HEX triplet: D9, 72 and 01. RGB value is (217,114,1). Sum of RGB (Red+Green+Blue) = 217+114+1=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D97201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97201 is #268DFE. Grayscale: #848484. Windows color (decimal): -2526719 or 94937. OLE color: 94937.

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

Color convert

RGB 217 114 1 -
CMYK 0 0.47 1.00 0.15
HSL 31.39º 0.99% 0.43% -
HSV(B) 31.39º 1% 0.85% -
XYZ 34.64 26.79 3.37 -
YUV 131.92 54.12 188.69 -
System Red Green Blue C M Y K H S L
Decimal 217 114 1 0 0.47 1.00 0.15 31.39 0.99 0.43
Hex D9 72 1 0 2F 64 F 1F 63 2B
Octal 331 162 1 0 57 144 17 37 143 53
Binary 11011001 1110010 1 0 101111 1100100 1111 11111 1100011 101011

Color Harmonies of #D97201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97201

Black with #D97201

Text Example


Text Example

White with #D97201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97201; }

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

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

background-color css

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

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

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

border-color css

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

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

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