#D17F5A

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

Shades of Burning Sand #D17F5A

Tints of Burning Sand #D17F5A

Color information

#D17F5A (or 0xD17F5A) is unknown color: approx Burning Sand. HEX triplet: D1, 7F and 5A. RGB value is (209,127,90). Sum of RGB (Red+Green+Blue) = 209+127+90=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F5A is #2E80A5. Grayscale: #939393. Windows color (decimal): -3047590 or 5930961. OLE color: 5930961.

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

Color convert

RGB20912790-
CMYK00.390.570.18
HSL18.66º56.4%58.63%-
HSV(B)18.66º56.94%81.96%-
XYZ35.7329.4713.48-
YUV147.395.67172.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=49.06%
G=29.81%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091279000.390.570.1818.6656.458.63
HexD17F5A027391213383b
Octal3211771320477122237073
Binary110100011111111101101001001111110011001010011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F5A; }

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

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

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

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

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

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

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

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