#D97C5F

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

Shades of Burning Sand #D97C5F

Tints of Burning Sand #D97C5F

Color information

#D97C5F (or 0xD97C5F) is unknown color: approx Burning Sand. HEX triplet: D9, 7C and 5F. RGB value is (217,124,95). Sum of RGB (Red+Green+Blue) = 217+124+95=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C5F is #2683A0. Grayscale: #949494. Windows color (decimal): -2524065 or 6257881. OLE color: 6257881.

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

Color convert

RGB21712495-
CMYK00.430.560.15
HSL14.26º61.62%61.18%-
HSV(B)14.26º56.22%85.1%-
XYZ37.8929.9914.62-
YUV148.597.81176.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=49.77%
G=28.44%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171249500.430.560.1514.2661.6261.18
HexD97C5F02B38Fe3e3d
Octal3311741370537017167675
Binary1101100111111001011111010101111100011111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97C5F; }

 p { color: rgb(217,124,95); }

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

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

 a { background-color: rgb(217,124,95); }

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

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

 span { border-color: rgb(217,124,95); }

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