Html Css Color HEX #D57202 Mango Tango

📋 copy color: '#D57202'

red 213 ◦ green 114 ◦ blue 2

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

Shades of Mango Tango #D57202

Tints of Mango Tango #D57202

RGB

 RED value IS 213 (83.59% from 255) = 64.74%

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 64.74%
G = 34.65%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D57202 (or 0xD57202) is known color: Mango Tango. HEX triplet: D5, 72 and 02. RGB value is (213,114,2). Sum of RGB (Red+Green+Blue) = 213+114+2=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D57202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57202 is #2A8DFD. Grayscale: #838383. Windows color (decimal): -2788862 or 160469. OLE color: 160469.

HSL color Cylindrical-coordinate representation of color #D57202: hue angle of 31.85º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D57202 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 2 -
CMYK 0 0.46 0.99 0.16
HSL 31.85º 0.98% 0.42% -
HSV(B) 31.85º 0.99% 0.84% -
XYZ 33.47 26.19 3.35 -
YUV 130.83 55.3 186.61 -
System Red Green Blue C M Y K H S L
Decimal 213 114 2 0 0.46 0.99 0.16 31.85 0.98 0.42
Hex D5 72 2 0 2E 63 10 20 62 2A
Octal 325 162 2 0 56 143 20 40 142 52
Binary 11010101 1110010 10 0 101110 1100011 10000 100000 1100010 101010

Color Harmonies of #D57202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57202

Black with #D57202

Text Example


Text Example

White with #D57202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57202; }

 p { color: rgb(213,114,2); }

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

background-color css

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

 a { background-color: rgb(213,114,2); }

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

border-color css

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

 span { border-color: rgb(213,114,2); }

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