#D97D5C

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

Shades of Burning Sand #D97D5C

Tints of Burning Sand #D97D5C

Color information

#D97D5C (or 0xD97D5C) is unknown color: approx Burning Sand. HEX triplet: D9, 7D and 5C. RGB value is (217,125,92). Sum of RGB (Red+Green+Blue) = 217+125+92=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D5C is #2682A3. Grayscale: #949494. Windows color (decimal): -2523812 or 6061529. OLE color: 6061529.

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

Color convert

RGB21712592-
CMYK00.420.580.15
HSL15.84º62.19%60.59%-
HSV(B)15.84º57.6%85.1%-
XYZ37.8830.1913.96-
YUV148.7595.98176.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=50%
G=28.80%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171259200.420.580.1515.8462.1960.59
HexD97D5C02A3AF103e3d
Octal3311751340527217207675
Binary11011001111110110111000101010111010111110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D5C; }

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

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

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

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

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

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

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

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