Html Css Color HEX #D57205 Mango Tango

📋 copy color: '#D57205'

red 213 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #D57205

Tints of Mango Tango #D57205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 64.16%
G = 34.34%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D57205 (or 0xD57205) is known color: Mango Tango. HEX triplet: D5, 72 and 05. RGB value is (213,114,5). Sum of RGB (Red+Green+Blue) = 213+114+5=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D57205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57205 is #2A8DFA. Grayscale: #838383. Windows color (decimal): -2788859 or 357077. OLE color: 357077.

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

Color convert

RGB 213 114 5 -
CMYK 0 0.46 0.98 0.16
HSL 31.44º 0.95% 0.43% -
HSV(B) 31.44º 0.98% 0.84% -
XYZ 33.49 26.19 3.43 -
YUV 131.18 56.8 186.36 -
System Red Green Blue C M Y K H S L
Decimal 213 114 5 0 0.46 0.98 0.16 31.44 0.95 0.43
Hex D5 72 5 0 2E 62 10 1F 5F 2B
Octal 325 162 5 0 56 142 20 37 137 53
Binary 11010101 1110010 101 0 101110 1100010 10000 11111 1011111 101011

Color Harmonies of #D57205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57205

Black with #D57205

Text Example


Text Example

White with #D57205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57205; }

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

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

background-color css

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

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

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

border-color css

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

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

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