Html Css Color HEX #D5810B Mango Tango

📋 copy color: '#D5810B'

red 213 ◦ green 129 ◦ blue 11

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

Shades of Mango Tango #D5810B

Tints of Mango Tango #D5810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 60.34%
G = 36.54%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5810B (or 0xD5810B) is known color: Mango Tango. HEX triplet: D5, 81 and 0B. RGB value is (213,129,11). Sum of RGB (Red+Green+Blue) = 213+129+11=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5810B is #2A7EF4. Grayscale: #8D8D8D. Windows color (decimal): -2785013 or 754133. OLE color: 754133.

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

Color convert

RGB 213 129 11 -
CMYK 0 0.39 0.95 0.16
HSL 35.05º 0.9% 0.44% -
HSV(B) 35.05º 0.95% 0.84% -
XYZ 35.35 29.87 4.22 -
YUV 140.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 213 129 11 0 0.39 0.95 0.16 35.05 0.9 0.44
Hex D5 81 B 0 27 5F 10 23 5A 2C
Octal 325 201 13 0 47 137 20 43 132 54
Binary 11010101 10000001 1011 0 100111 1011111 10000 100011 1011010 101100

Color Harmonies of #D5810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5810B

Black with #D5810B

Text Example


Text Example

White with #D5810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5810B; }

 p { color: rgb(213,129,11); }

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

background-color css

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

 a { background-color: rgb(213,129,11); }

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

border-color css

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

 span { border-color: rgb(213,129,11); }

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