#D57C5C

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

Shades of Burning Sand #D57C5C

Tints of Burning Sand #D57C5C

Color information

#D57C5C (or 0xD57C5C) is unknown color: approx Burning Sand. HEX triplet: D5, 7C and 5C. RGB value is (213,124,92). Sum of RGB (Red+Green+Blue) = 213+124+92=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C5C is #2A83A3. Grayscale: #939393. Windows color (decimal): -2786212 or 6061269. OLE color: 6061269.

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

Color convert

RGB21312492-
CMYK00.420.570.16
HSL15.87º59.02%59.8%-
HSV(B)15.87º56.81%83.53%-
XYZ36.5829.3313.86-
YUV146.9696.99175.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=49.65%
G=28.90%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131249200.420.570.1615.8759.0259.8
HexD57C5C02A3910103b3c
Octal3251741340527120207374
Binary110101011111100101110001010101110011000010000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C5C; }

 p { color: rgb(213,124,92); }

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

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

 a { background-color: rgb(213,124,92); }

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

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

 span { border-color: rgb(213,124,92); }

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