#D57965

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

Shades of Burning Sand #D57965

Tints of Burning Sand #D57965

Color information

#D57965 (or 0xD57965) is unknown color: approx Burning Sand. HEX triplet: D5, 79 and 65. RGB value is (213,121,101). Sum of RGB (Red+Green+Blue) = 213+121+101=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D57965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57965 is #2A869A. Grayscale: #929292. Windows color (decimal): -2786971 or 6650325. OLE color: 6650325.

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

Color convert

RGB213121101-
CMYK00.430.530.16
HSL10.71º57.14%61.57%-
HSV(B)10.71º52.58%83.53%-
XYZ36.6328.7615.93-
YUV146.23102.48175.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=48.97%
G=27.82%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312110100.430.530.1610.7157.1461.57
HexD5796502B3510b393e
Octal3251711450536520137176
Binary11010101111100111001010101011110101100001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57965; }

 p { color: rgb(213,121,101); }

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

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

 a { background-color: rgb(213,121,101); }

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

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

 span { border-color: rgb(213,121,101); }

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