#D17D6C

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

Shades of Burning Sand #D17D6C

Tints of Burning Sand #D17D6C

Color information

#D17D6C (or 0xD17D6C) is unknown color: approx Burning Sand. HEX triplet: D1, 7D and 6C. RGB value is (209,125,108). Sum of RGB (Red+Green+Blue) = 209+125+108=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17D6C is #2E8293. Grayscale: #949494. Windows color (decimal): -3048084 or 7110097. OLE color: 7110097.

HSL color Cylindrical-coordinate representation of color #D17D6C: hue angle of 10.1º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D17D6C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209125108-
CMYK00.400.480.18
HSL10.1º52.33%62.16%-
HSV(B)10.1º48.33%81.96%-
XYZ36.3329.3117.93-
YUV148.18105.33171.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=47.29%
G=28.28%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912510800.400.480.1810.152.3362.16
HexD17D6C0283012a343e
Octal3211751540506022126476
Binary11010001111110111011000101000110000100101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17D6C; }

 p { color: rgb(209,125,108); }

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

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

 a { background-color: rgb(209,125,108); }

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

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

 span { border-color: rgb(209,125,108); }

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