#D58060

Color #D58060 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D58060

Tints of Burning Sand #D58060

Color information

#D58060 (or 0xD58060) is unknown color: approx Burning Sand. HEX triplet: D5, 80 and 60. RGB value is (213,128,96). Sum of RGB (Red+Green+Blue) = 213+128+96=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D58060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58060 is #2A7F9F. Grayscale: #959595. Windows color (decimal): -2785184 or 6324437. OLE color: 6324437.

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

Color convert

RGB21312896-
CMYK00.400.550.16
HSL16.41º58.21%60.59%-
HSV(B)16.41º54.93%83.53%-
XYZ37.2730.4314.98-
YUV149.7797.66173.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=48.74%
G=29.29%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131289600.400.550.1616.4158.2160.59
HexD580600283710103a3d
Octal3252001400506720207275
Binary1101010110000000110000001010001101111000010000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58060; }

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

 H1.HeaderClassName
 {
   color: #D58060;
 }
 .AnyTagClassName
 {
   color: #D58060;
 }
</style>
background-color css

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

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

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

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

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

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