#D97C5C

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

Shades of Burning Sand #D97C5C

Tints of Burning Sand #D97C5C

Color information

#D97C5C (or 0xD97C5C) is unknown color: approx Burning Sand. HEX triplet: D9, 7C and 5C. RGB value is (217,124,92). Sum of RGB (Red+Green+Blue) = 217+124+92=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C5C is #2683A3. Grayscale: #949494. Windows color (decimal): -2524068 or 6061273. OLE color: 6061273.

HSL color Cylindrical-coordinate representation of color #D97C5C: hue angle of 15.36º 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 #D97C5C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21712492-
CMYK00.430.580.15
HSL15.36º62.19%60.59%-
HSV(B)15.36º57.6%85.1%-
XYZ37.7529.9413.91-
YUV148.1696.31177.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.12%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=50.12%
G=28.64%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171249200.430.580.1515.3662.1960.59
HexD97C5C02B3AFf3e3d
Octal3311741340537217177675
Binary1101100111111001011100010101111101011111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97C5C; }

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

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

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

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

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

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

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

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