Html Css Color HEX #D37501 Mango Tango

📋 copy color: '#D37501'

red 211 ◦ green 117 ◦ blue 1

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

Shades of Mango Tango #D37501

Tints of Mango Tango #D37501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 64.13%
G = 35.56%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D37501 (or 0xD37501) is known color: Mango Tango. HEX triplet: D3, 75 and 01. RGB value is (211,117,1). Sum of RGB (Red+Green+Blue) = 211+117+1=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D37501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37501 is #2C8AFE. Grayscale: #848484. Windows color (decimal): -2919167 or 95699. OLE color: 95699.

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

Color convert

RGB 211 117 1 -
CMYK 0 0.45 1.00 0.17
HSL 33.14º 0.99% 0.42% -
HSV(B) 33.14º 1% 0.83% -
XYZ 33.23 26.57 3.41 -
YUV 131.88 54.14 184.43 -
System Red Green Blue C M Y K H S L
Decimal 211 117 1 0 0.45 1.00 0.17 33.14 0.99 0.42
Hex D3 75 1 0 2D 64 11 21 63 2A
Octal 323 165 1 0 55 144 21 41 143 52
Binary 11010011 1110101 1 0 101101 1100100 10001 100001 1100011 101010

Color Harmonies of #D37501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37501

Black with #D37501

Text Example


Text Example

White with #D37501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37501; }

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

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

background-color css

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

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

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

border-color css

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

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

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