Html Css Color HEX #D57D0A Mango Tango

📋 copy color: '#D57D0A'

red 213 ◦ green 125 ◦ blue 10

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

Shades of Mango Tango #D57D0A

Tints of Mango Tango #D57D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 61.21%
G = 35.92%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D57D0A (or 0xD57D0A) is known color: Mango Tango. HEX triplet: D5, 7D and 0A. RGB value is (213,125,10). Sum of RGB (Red+Green+Blue) = 213+125+10=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D0A is #2A82F5. Grayscale: #8A8A8A. Windows color (decimal): -2786038 or 687573. OLE color: 687573.

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

Color convert

RGB 213 125 10 -
CMYK 0 0.41 0.95 0.16
HSL 33.99º 0.91% 0.44% -
HSV(B) 33.99º 0.95% 0.84% -
XYZ 34.83 28.84 4.02 -
YUV 138.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 213 125 10 0 0.41 0.95 0.16 33.99 0.91 0.44
Hex D5 7D A 0 29 5F 10 22 5B 2C
Octal 325 175 12 0 51 137 20 42 133 54
Binary 11010101 1111101 1010 0 101001 1011111 10000 100010 1011011 101100

Color Harmonies of #D57D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D0A

Black with #D57D0A

Text Example


Text Example

White with #D57D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D0A; }

 p { color: rgb(213,125,10); }

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

background-color css

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

 a { background-color: rgb(213,125,10); }

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

border-color css

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

 span { border-color: rgb(213,125,10); }

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