Html Css Color HEX #D5800B Mango Tango

📋 copy color: '#D5800B'

red 213 ◦ green 128 ◦ blue 11

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

Shades of Mango Tango #D5800B

Tints of Mango Tango #D5800B

RGB

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

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

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

R = 60.51%
G = 36.36%
B = 3.13%

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

#D5800B (or 0xD5800B) is known color: Mango Tango. HEX triplet: D5, 80 and 0B. RGB value is (213,128,11). Sum of RGB (Red+Green+Blue) = 213+128+11=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5800B is #2A7FF4. Grayscale: #8C8C8C. Windows color (decimal): -2785269 or 753877. OLE color: 753877.

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

Color convert

RGB 213 128 11 -
CMYK 0 0.40 0.95 0.16
HSL 34.75º 0.9% 0.44% -
HSV(B) 34.75º 0.95% 0.84% -
XYZ 35.22 29.61 4.18 -
YUV 140.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 213 128 11 0 0.40 0.95 0.16 34.75 0.9 0.44
Hex D5 80 B 0 28 5F 10 23 5A 2C
Octal 325 200 13 0 50 137 20 43 132 54
Binary 11010101 10000000 1011 0 101000 1011111 10000 100011 1011010 101100

Color Harmonies of #D5800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5800B

Black with #D5800B

Text Example


Text Example

White with #D5800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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