Html Css Color HEX #D5800A Mango Tango

📋 copy color: '#D5800A'

red 213 ◦ green 128 ◦ blue 10

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

Shades of Mango Tango #D5800A

Tints of Mango Tango #D5800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 60.68%
G = 36.47%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5800A (or 0xD5800A) is known color: Mango Tango. HEX triplet: D5, 80 and 0A. RGB value is (213,128,10). Sum of RGB (Red+Green+Blue) = 213+128+10=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D5800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5800A is #2A7FF5. Grayscale: #8C8C8C. Windows color (decimal): -2785270 or 688341. OLE color: 688341.

HSL color Cylindrical-coordinate representation of color #D5800A: hue angle of 34.88º 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 #D5800A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 10 -
CMYK 0 0.40 0.95 0.16
HSL 34.88º 0.91% 0.44% -
HSV(B) 34.88º 0.95% 0.84% -
XYZ 35.21 29.61 4.15 -
YUV 139.96 54.66 180.09 -
System Red Green Blue C M Y K H S L
Decimal 213 128 10 0 0.40 0.95 0.16 34.88 0.91 0.44
Hex D5 80 A 0 28 5F 10 23 5B 2C
Octal 325 200 12 0 50 137 20 43 133 54
Binary 11010101 10000000 1010 0 101000 1011111 10000 100011 1011011 101100

Color Harmonies of #D5800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5800A

Black with #D5800A

Text Example


Text Example

White with #D5800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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