#D17F55

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

Shades of Burning Sand #D17F55

Tints of Burning Sand #D17F55

Color information

#D17F55 (or 0xD17F55) is unknown color: approx Burning Sand. HEX triplet: D1, 7F and 55. RGB value is (209,127,85). Sum of RGB (Red+Green+Blue) = 209+127+85=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F55 is #2E80AA. Grayscale: #929292. Windows color (decimal): -3047595 or 5603281. OLE color: 5603281.

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

Color convert

RGB20912785-
CMYK00.390.590.18
HSL20.32º57.41%57.65%-
HSV(B)20.32º59.33%81.96%-
XYZ35.5229.3912.39-
YUV146.7393.17172.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=49.64%
G=30.17%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091278500.390.590.1820.3257.4157.65
HexD17F550273B1214393a
Octal3211771250477322247172
Binary110100011111111101010101001111110111001010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F55; }

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

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

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

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

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

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

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

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