#D8845A

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

Shades of Burning Sand #D8845A

Tints of Burning Sand #D8845A

Color information

#D8845A (or 0xD8845A) is unknown color: approx Burning Sand. HEX triplet: D8, 84 and 5A. RGB value is (216,132,90). Sum of RGB (Red+Green+Blue) = 216+132+90=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8845A is #277BA5. Grayscale: #989898. Windows color (decimal): -2587558 or 5932248. OLE color: 5932248.

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

Color convert

RGB21613290-
CMYK00.390.580.15
HSL20º61.76%60%-
HSV(B)20º58.33%84.71%-
XYZ38.4231.8413.79-
YUV152.3392.83173.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=49.32%
G=30.14%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161329000.390.580.152061.7660
HexD8845A0273AF143e3c
Octal3302041320477217247674
Binary110110001000010010110100100111111010111110100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8845A; }

 p { color: rgb(216,132,90); }

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

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

 a { background-color: rgb(216,132,90); }

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

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

 span { border-color: rgb(216,132,90); }

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