#D57C5A

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

Shades of Burning Sand #D57C5A

Tints of Burning Sand #D57C5A

Color information

#D57C5A (or 0xD57C5A) is unknown color: approx Burning Sand. HEX triplet: D5, 7C and 5A. RGB value is (213,124,90). Sum of RGB (Red+Green+Blue) = 213+124+90=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C5A is #2A83A5. Grayscale: #929292. Windows color (decimal): -2786214 or 5930197. OLE color: 5930197.

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

Color convert

RGB21312490-
CMYK00.420.580.16
HSL16.59º59.42%59.41%-
HSV(B)16.59º57.75%83.53%-
XYZ36.4929.313.4-
YUV146.7395.99175.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=49.88%
G=29.04%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131249000.420.580.1616.5959.4259.41
HexD57C5A02A3A10113b3b
Octal3251741320527220217373
Binary110101011111100101101001010101110101000010001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C5A; }

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

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

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

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

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

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

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

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