#D57F5D

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

Shades of Burning Sand #D57F5D

Tints of Burning Sand #D57F5D

Color information

#D57F5D (or 0xD57F5D) is unknown color: approx Burning Sand. HEX triplet: D5, 7F and 5D. RGB value is (213,127,93). Sum of RGB (Red+Green+Blue) = 213+127+93=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F5D is #2A80A2. Grayscale: #959595. Windows color (decimal): -2785443 or 6127573. OLE color: 6127573.

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

Color convert

RGB21312793-
CMYK00.400.560.16
HSL17º58.82%60%-
HSV(B)17º56.34%83.53%-
XYZ37.0130.1214.22-
YUV148.8496.49173.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=49.19%
G=29.33%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131279300.400.560.161758.8260
HexD57F5D0283810113b3c
Octal3251771350507020217374
Binary110101011111111101110101010001110001000010001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F5D; }

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

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

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

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

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

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

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

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