#D8805E

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

Shades of Burning Sand #D8805E

Tints of Burning Sand #D8805E

Color information

#D8805E (or 0xD8805E) is unknown color: approx Burning Sand. HEX triplet: D8, 80 and 5E. RGB value is (216,128,94). Sum of RGB (Red+Green+Blue) = 216+128+94=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8805E is #277FA1. Grayscale: #969696. Windows color (decimal): -2588578 or 6193368. OLE color: 6193368.

HSL color Cylindrical-coordinate representation of color #D8805E: hue angle of 16.72º degrees, saturation: 0.61, 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 #D8805E is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21612894-
CMYK00.410.560.15
HSL16.72º61%60.78%-
HSV(B)16.72º56.48%84.71%-
XYZ38.0630.8514.54-
YUV150.4496.15174.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=49.32%
G=29.22%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161289400.410.560.1516.726160.78
HexD8805E02938F113d3d
Octal3302001360517017217575
Binary110110001000000010111100101001111000111110001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8805E; }

 p { color: rgb(216,128,94); }

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

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

 a { background-color: rgb(216,128,94); }

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

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

 span { border-color: rgb(216,128,94); }

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