#D58560

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

Shades of Burning Sand #D58560

Tints of Burning Sand #D58560

Color information

#D58560 (or 0xD58560) is unknown color: approx Burning Sand. HEX triplet: D5, 85 and 60. RGB value is (213,133,96). Sum of RGB (Red+Green+Blue) = 213+133+96=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D58560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58560 is #2A7A9F. Grayscale: #989898. Windows color (decimal): -2783904 or 6325717. OLE color: 6325717.

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

Color convert

RGB21313396-
CMYK00.380.550.16
HSL18.97º58.21%60.59%-
HSV(B)18.97º54.93%83.53%-
XYZ37.9431.7715.2-
YUV152.796171.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=48.19%
G=30.09%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131339600.380.550.1618.9758.2160.59
HexD585600263710133a3d
Octal3252051400466720237275
Binary1101010110000101110000001001101101111000010011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58560; }

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

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

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

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

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

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

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

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