#D9845F

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

Shades of Burning Sand #D9845F

Tints of Burning Sand #D9845F

Color information

#D9845F (or 0xD9845F) is unknown color: approx Burning Sand. HEX triplet: D9, 84 and 5F. RGB value is (217,132,95). Sum of RGB (Red+Green+Blue) = 217+132+95=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9845F is #267BA0. Grayscale: #999999. Windows color (decimal): -2522017 or 6259929. OLE color: 6259929.

HSL color Cylindrical-coordinate representation of color #D9845F: hue angle of 18.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9845F is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21713295-
CMYK00.390.560.15
HSL18.2º61.62%61.18%-
HSV(B)18.2º56.22%85.1%-
XYZ38.9332.0814.97-
YUV153.295.16173.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=48.87%
G=29.73%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171329500.390.560.1518.261.6261.18
HexD9845F02738F123e3d
Octal3312041370477017227675
Binary110110011000010010111110100111111000111110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9845F; }

 p { color: rgb(217,132,95); }

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

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

 a { background-color: rgb(217,132,95); }

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

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

 span { border-color: rgb(217,132,95); }

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