#D17F5F

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

Shades of Burning Sand #D17F5F

Tints of Burning Sand #D17F5F

Color information

#D17F5F (or 0xD17F5F) is unknown color: approx Burning Sand. HEX triplet: D1, 7F and 5F. RGB value is (209,127,95). Sum of RGB (Red+Green+Blue) = 209+127+95=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F5F is #2E80A0. Grayscale: #949494. Windows color (decimal): -3047585 or 6258641. OLE color: 6258641.

HSL color Cylindrical-coordinate representation of color #D17F5F: hue angle of 16.84º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D17F5F is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20912795-
CMYK00.390.550.18
HSL16.84º55.34%59.61%-
HSV(B)16.84º54.55%81.96%-
XYZ35.9529.5614.64-
YUV147.8798.17171.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=48.49%
G=29.47%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091279500.390.550.1816.8455.3459.61
HexD17F5F027371211373c
Octal3211771370476722216774
Binary110100011111111101111101001111101111001010001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F5F; }

 p { color: rgb(209,127,95); }

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

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

 a { background-color: rgb(209,127,95); }

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

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

 span { border-color: rgb(209,127,95); }

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