#D5855C

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

Shades of Burning Sand #D5855C

Tints of Burning Sand #D5855C

Color information

#D5855C (or 0xD5855C) is unknown color: approx Burning Sand. HEX triplet: D5, 85 and 5C. RGB value is (213,133,92). Sum of RGB (Red+Green+Blue) = 213+133+92=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5855C is #2A7AA3. Grayscale: #989898. Windows color (decimal): -2783908 or 6063573. OLE color: 6063573.

HSL color Cylindrical-coordinate representation of color #D5855C: hue angle of 20.33º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5855C is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21313392-
CMYK00.380.570.16
HSL20.33º59.02%59.8%-
HSV(B)20.33º56.81%83.53%-
XYZ37.7631.6914.25-
YUV152.2594171.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=48.63%
G=30.37%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131339200.380.570.1620.3359.0259.8
HexD5855C0263910143b3c
Octal3252051340467120247374
Binary1101010110000101101110001001101110011000010100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5855C; }

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

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

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

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

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

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

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

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