#D57E56

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

Shades of Burning Sand #D57E56

Tints of Burning Sand #D57E56

Color information

#D57E56 (or 0xD57E56) is unknown color: approx Burning Sand. HEX triplet: D5, 7E and 56. RGB value is (213,126,86). Sum of RGB (Red+Green+Blue) = 213+126+86=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57E56 is #2A81A9. Grayscale: #939393. Windows color (decimal): -2785706 or 5668565. OLE color: 5668565.

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

Color convert

RGB21312686-
CMYK00.410.600.16
HSL18.9º60.19%58.63%-
HSV(B)18.9º59.62%83.53%-
XYZ36.5829.7412.62-
YUV147.4593.32174.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=50.12%
G=29.65%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131268600.410.600.1618.960.1958.63
HexD57E560293C10133c3b
Octal3251761260517420237473
Binary110101011111110101011001010011111001000010011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E56; }

 p { color: rgb(213,126,86); }

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

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

 a { background-color: rgb(213,126,86); }

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

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

 span { border-color: rgb(213,126,86); }

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