#D9805F

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

Shades of Burning Sand #D9805F

Tints of Burning Sand #D9805F

Color information

#D9805F (or 0xD9805F) is unknown color: approx Burning Sand. HEX triplet: D9, 80 and 5F. RGB value is (217,128,95). Sum of RGB (Red+Green+Blue) = 217+128+95=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9805F is #267FA0. Grayscale: #979797. Windows color (decimal): -2523041 or 6258905. OLE color: 6258905.

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

Color convert

RGB21712895-
CMYK00.410.560.15
HSL16.23º61.62%61.18%-
HSV(B)16.23º56.22%85.1%-
XYZ38.431.0214.79-
YUV150.8596.49175.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=49.32%
G=29.09%
B=21.59%

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
Decimal2171289500.410.560.1516.2361.6261.18
HexD9805F02938F103e3d
Octal3312001370517017207675
Binary110110011000000010111110101001111000111110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9805F; }

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

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

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

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

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

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

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

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