#D1886C

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

Shades of Burning Sand #D1886C

Tints of Burning Sand #D1886C

Color information

#D1886C (or 0xD1886C) is unknown color: approx Burning Sand. HEX triplet: D1, 88 and 6C. RGB value is (209,136,108). Sum of RGB (Red+Green+Blue) = 209+136+108=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D1886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1886C is #2E7793. Grayscale: #9A9A9A. Windows color (decimal): -3045268 or 7112913. OLE color: 7112913.

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

Color convert

RGB209136108-
CMYK00.350.480.18
HSL16.63º52.33%62.16%-
HSV(B)16.63º48.33%81.96%-
XYZ37.8132.2518.42-
YUV154.64101.68166.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=46.14%
G=30.02%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913610800.350.480.1816.6352.3362.16
HexD1886C023301211343e
Octal3212101540436022216476
Binary1101000110001000110110001000111100001001010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1886C; }

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

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

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

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

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

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

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

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