#D97F55

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

Shades of Burning Sand #D97F55

Tints of Burning Sand #D97F55

Color information

#D97F55 (or 0xD97F55) is unknown color: approx Burning Sand. HEX triplet: D9, 7F and 55. RGB value is (217,127,85). Sum of RGB (Red+Green+Blue) = 217+127+85=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F55 is #2680AA. Grayscale: #959595. Windows color (decimal): -2523307 or 5603289. OLE color: 5603289.

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

Color convert

RGB21712785-
CMYK00.410.610.15
HSL19.09º63.46%59.22%-
HSV(B)19.09º60.83%85.1%-
XYZ37.8430.5912.5-
YUV149.1291.82176.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=50.58%
G=29.60%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171278500.410.610.1519.0963.4659.22
HexD97F550293DF133f3b
Octal3311771250517517237773
Binary11011001111111110101010101001111101111110011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F55; }

 p { color: rgb(217,127,85); }

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

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

 a { background-color: rgb(217,127,85); }

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

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

 span { border-color: rgb(217,127,85); }

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