#D57F60

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

Shades of Burning Sand #D57F60

Tints of Burning Sand #D57F60

Color information

#D57F60 (or 0xD57F60) is unknown color: approx Burning Sand. HEX triplet: D5, 7F and 60. RGB value is (213,127,96). Sum of RGB (Red+Green+Blue) = 213+127+96=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F60 is #2A809F. Grayscale: #959595. Windows color (decimal): -2785440 or 6324181. OLE color: 6324181.

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

Color convert

RGB21312796-
CMYK00.400.550.16
HSL15.9º58.21%60.59%-
HSV(B)15.9º54.93%83.53%-
XYZ37.1430.1714.93-
YUV149.1897.99173.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=48.85%
G=29.13%
B=22.02%

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
Decimal2131279600.400.550.1615.958.2160.59
HexD57F600283710103a3d
Octal3251771400506720207275
Binary110101011111111110000001010001101111000010000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F60; }

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

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

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

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

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

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

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

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