#D1845B

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

Shades of Burning Sand #D1845B

Tints of Burning Sand #D1845B

Color information

#D1845B (or 0xD1845B) is unknown color: approx Burning Sand. HEX triplet: D1, 84 and 5B. RGB value is (209,132,91). Sum of RGB (Red+Green+Blue) = 209+132+91=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1845B is #2E7BA4. Grayscale: #969696. Windows color (decimal): -3046309 or 5997777. OLE color: 5997777.

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

Color convert

RGB20913291-
CMYK00.370.560.18
HSL20.85º56.19%58.82%-
HSV(B)20.85º56.46%81.96%-
XYZ36.4330.8113.92-
YUV150.3594.51169.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.38%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 91 (35.94% from 255) = 21.06%
R=48.38%
G=30.56%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091329100.370.560.1820.8556.1958.82
HexD1845B025381215383b
Octal3212041330457022257073
Binary1101000110000100101101101001011110001001010101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1845B; }

 p { color: rgb(209,132,91); }

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

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

 a { background-color: rgb(209,132,91); }

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

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

 span { border-color: rgb(209,132,91); }

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