Html Css Color HEX #D37201 Mango Tango

📋 copy color: '#D37201'

red 211 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #D37201

Tints of Mango Tango #D37201

RGB

 RED value IS 211 (82.81% from 255) = 64.72%

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

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

R = 64.72%
G = 34.97%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D37201 (or 0xD37201) is known color: Mango Tango. HEX triplet: D3, 72 and 01. RGB value is (211,114,1). Sum of RGB (Red+Green+Blue) = 211+114+1=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D37201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37201 is #2C8DFE. Grayscale: #828282. Windows color (decimal): -2919935 or 94931. OLE color: 94931.

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

Color convert

RGB 211 114 1 -
CMYK 0 0.46 1.00 0.17
HSL 32.29º 0.99% 0.42% -
HSV(B) 32.29º 1% 0.83% -
XYZ 32.89 25.89 3.29 -
YUV 130.12 55.14 185.69 -
System Red Green Blue C M Y K H S L
Decimal 211 114 1 0 0.46 1.00 0.17 32.29 0.99 0.42
Hex D3 72 1 0 2E 64 11 20 63 2A
Octal 323 162 1 0 56 144 21 40 143 52
Binary 11010011 1110010 1 0 101110 1100100 10001 100000 1100011 101010

Color Harmonies of #D37201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37201

Black with #D37201

Text Example


Text Example

White with #D37201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37201; }

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

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

background-color css

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

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

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

border-color css

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

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

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