#D17A66

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

Shades of Burning Sand #D17A66

Tints of Burning Sand #D17A66

Color information

#D17A66 (or 0xD17A66) is unknown color: approx Burning Sand. HEX triplet: D1, 7A and 66. RGB value is (209,122,102). Sum of RGB (Red+Green+Blue) = 209+122+102=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A66 is #2E8599. Grayscale: #919191. Windows color (decimal): -3048858 or 6716113. OLE color: 6716113.

HSL color Cylindrical-coordinate representation of color #D17A66: hue angle of 11.21º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17A66 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB209122102-
CMYK00.420.510.18
HSL11.21º53.77%60.98%-
HSV(B)11.21º51.2%81.96%-
XYZ35.6528.4316.18-
YUV145.73103.32173.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.27%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=48.27%
G=28.18%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912210200.420.510.1811.2153.7760.98
HexD17A6602A3312b363d
Octal3211721460526322136675
Binary11010001111101011001100101010110011100101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A66; }

 p { color: rgb(209,122,102); }

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

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

 a { background-color: rgb(209,122,102); }

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

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

 span { border-color: rgb(209,122,102); }

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