#D8805F

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

Shades of Burning Sand #D8805F

Tints of Burning Sand #D8805F

Color information

#D8805F (or 0xD8805F) is unknown color: approx Burning Sand. HEX triplet: D8, 80 and 5F. RGB value is (216,128,95). Sum of RGB (Red+Green+Blue) = 216+128+95=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8805F is #277FA0. Grayscale: #969696. Windows color (decimal): -2588577 or 6258904. OLE color: 6258904.

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

Color convert

RGB21612895-
CMYK00.410.560.15
HSL16.36º60.8%60.98%-
HSV(B)16.36º56.02%84.71%-
XYZ38.130.8614.78-
YUV150.5596.65174.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=49.20%
G=29.16%
B=21.64%

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
Decimal2161289500.410.560.1516.3660.860.98
HexD8805F02938F103d3d
Octal3302001370517017207575
Binary110110001000000010111110101001111000111110000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8805F; }

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

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

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

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

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

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

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

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