#D17C5A

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

Shades of Burning Sand #D17C5A

Tints of Burning Sand #D17C5A

Color information

#D17C5A (or 0xD17C5A) is unknown color: approx Burning Sand. HEX triplet: D1, 7C and 5A. RGB value is (209,124,90). Sum of RGB (Red+Green+Blue) = 209+124+90=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17C5A is #2E83A5. Grayscale: #919191. Windows color (decimal): -3048358 or 5930193. OLE color: 5930193.

HSL color Cylindrical-coordinate representation of color #D17C5A: hue angle of 17.14º 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 #D17C5A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20912490-
CMYK00.410.570.18
HSL17.14º56.4%58.63%-
HSV(B)17.14º56.94%81.96%-
XYZ35.3528.7113.35-
YUV145.5496.66173.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=49.41%
G=29.31%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091249000.410.570.1817.1456.458.63
HexD17C5A029391211383b
Octal3211741320517122217073
Binary110100011111100101101001010011110011001010001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C5A; }

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

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

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

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

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

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

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

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