#D5845D

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

Shades of Burning Sand #D5845D

Tints of Burning Sand #D5845D

Color information

#D5845D (or 0xD5845D) is unknown color: approx Burning Sand. HEX triplet: D5, 84 and 5D. RGB value is (213,132,93). Sum of RGB (Red+Green+Blue) = 213+132+93=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5845D is #2A7BA2. Grayscale: #989898. Windows color (decimal): -2784163 or 6128853. OLE color: 6128853.

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

Color convert

RGB21313293-
CMYK00.380.560.16
HSL19.5º58.82%60%-
HSV(B)19.5º56.34%83.53%-
XYZ37.6731.4414.44-
YUV151.7794.84171.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=48.63%
G=30.14%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131329300.380.560.1619.558.8260
HexD5845D0263810143b3c
Octal3252041350467020247374
Binary1101010110000100101110101001101110001000010100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5845D; }

 p { color: rgb(213,132,93); }

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

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

 a { background-color: rgb(213,132,93); }

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

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

 span { border-color: rgb(213,132,93); }

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