Html Css Color HEX #D58105 Mango Tango

📋 copy color: '#D58105'

red 213 ◦ green 129 ◦ blue 5

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

Shades of Mango Tango #D58105

Tints of Mango Tango #D58105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 61.38%
G = 37.18%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D58105 (or 0xD58105) is known color: Mango Tango. HEX triplet: D5, 81 and 05. RGB value is (213,129,5). Sum of RGB (Red+Green+Blue) = 213+129+5=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D58105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58105 is #2A7EFA. Grayscale: #8C8C8C. Windows color (decimal): -2785019 or 360917. OLE color: 360917.

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

Color convert

RGB 213 129 5 -
CMYK 0 0.39 0.98 0.16
HSL 35.77º 0.95% 0.43% -
HSV(B) 35.77º 0.98% 0.84% -
XYZ 35.32 29.86 4.05 -
YUV 139.98 51.83 180.08 -
System Red Green Blue C M Y K H S L
Decimal 213 129 5 0 0.39 0.98 0.16 35.77 0.95 0.43
Hex D5 81 5 0 27 62 10 24 5F 2B
Octal 325 201 5 0 47 142 20 44 137 53
Binary 11010101 10000001 101 0 100111 1100010 10000 100100 1011111 101011

Color Harmonies of #D58105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58105

Black with #D58105

Text Example


Text Example

White with #D58105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58105; }

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

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

background-color css

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

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

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

border-color css

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

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

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