#D1855C

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

Shades of Burning Sand #D1855C

Tints of Burning Sand #D1855C

Color information

#D1855C (or 0xD1855C) is unknown color: approx Burning Sand. HEX triplet: D1, 85 and 5C. RGB value is (209,133,92). Sum of RGB (Red+Green+Blue) = 209+133+92=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1855C is #2E7AA3. Grayscale: #979797. Windows color (decimal): -3046052 or 6063569. OLE color: 6063569.

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

Color convert

RGB20913392-
CMYK00.360.560.18
HSL21.03º55.98%59.02%-
HSV(B)21.03º55.98%81.96%-
XYZ36.6131.114.2-
YUV151.0594.68169.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=48.16%
G=30.65%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091339200.360.560.1821.0355.9859.02
HexD1855C024381215383b
Octal3212051340447022257073
Binary1101000110000101101110001001001110001001010101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1855C; }

 p { color: rgb(209,133,92); }

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

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

 a { background-color: rgb(209,133,92); }

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

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

 span { border-color: rgb(209,133,92); }

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