#D97D57

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

Shades of Burning Sand #D97D57

Tints of Burning Sand #D97D57

Color information

#D97D57 (or 0xD97D57) is unknown color: approx Burning Sand. HEX triplet: D9, 7D and 57. RGB value is (217,125,87). Sum of RGB (Red+Green+Blue) = 217+125+87=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D57 is #2682A8. Grayscale: #949494. Windows color (decimal): -2523817 or 5733849. OLE color: 5733849.

HSL color Cylindrical-coordinate representation of color #D97D57: hue angle of 17.54º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D97D57 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21712587-
CMYK00.420.600.15
HSL17.54º63.11%59.61%-
HSV(B)17.54º59.91%85.1%-
XYZ37.6730.1112.84-
YUV148.1893.48177.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=50.58%
G=29.14%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171258700.420.600.1517.5463.1159.61
HexD97D5702A3CF123f3c
Octal3311751270527417227774
Binary11011001111110110101110101010111100111110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D57; }

 p { color: rgb(217,125,87); }

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

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

 a { background-color: rgb(217,125,87); }

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

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

 span { border-color: rgb(217,125,87); }

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