#D57F64

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

Shades of Burning Sand #D57F64

Tints of Burning Sand #D57F64

Color information

#D57F64 (or 0xD57F64) is unknown color: approx Burning Sand. HEX triplet: D5, 7F and 64. RGB value is (213,127,100). Sum of RGB (Red+Green+Blue) = 213+127+100=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F64 is #2A809B. Grayscale: #959595. Windows color (decimal): -2785436 or 6586325. OLE color: 6586325.

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

Color convert

RGB213127100-
CMYK00.400.530.16
HSL14.34º57.36%61.37%-
HSV(B)14.34º53.05%83.53%-
XYZ37.3330.2415.93-
YUV149.6499.99173.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 100 (39.45% from 255) = 22.73%
R=48.41%
G=28.86%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312710000.400.530.1614.3457.3661.37
HexD57F640283510e393d
Octal3251771440506520167175
Binary11010101111111111001000101000110101100001110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F64; }

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

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

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

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

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

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

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

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