Html Css Color HEX #D58008 Mango Tango

📋 copy color: '#D58008'

red 213 ◦ green 128 ◦ blue 8

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

Shades of Mango Tango #D58008

Tints of Mango Tango #D58008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 61.03%
G = 36.68%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D58008 (or 0xD58008) is known color: Mango Tango. HEX triplet: D5, 80 and 08. RGB value is (213,128,8). Sum of RGB (Red+Green+Blue) = 213+128+8=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D58008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58008 is #2A7FF7. Grayscale: #8C8C8C. Windows color (decimal): -2785272 or 557269. OLE color: 557269.

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

Color convert

RGB 213 128 8 -
CMYK 0 0.40 0.96 0.16
HSL 35.12º 0.93% 0.43% -
HSV(B) 35.12º 0.96% 0.84% -
XYZ 35.2 29.6 4.09 -
YUV 139.74 53.66 180.26 -
System Red Green Blue C M Y K H S L
Decimal 213 128 8 0 0.40 0.96 0.16 35.12 0.93 0.43
Hex D5 80 8 0 28 60 10 23 5D 2B
Octal 325 200 10 0 50 140 20 43 135 53
Binary 11010101 10000000 1000 0 101000 1100000 10000 100011 1011101 101011

Color Harmonies of #D58008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58008

Black with #D58008

Text Example


Text Example

White with #D58008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58008; }

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

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

background-color css

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

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

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

border-color css

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

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

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