#D9805B

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

Shades of Burning Sand #D9805B

Tints of Burning Sand #D9805B

Color information

#D9805B (or 0xD9805B) is unknown color: approx Burning Sand. HEX triplet: D9, 80 and 5B. RGB value is (217,128,91). Sum of RGB (Red+Green+Blue) = 217+128+91=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9805B is #267FA4. Grayscale: #969696. Windows color (decimal): -2523045 or 5996761. OLE color: 5996761.

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

Color convert

RGB21712891-
CMYK00.410.580.15
HSL17.62º62.38%60.39%-
HSV(B)17.62º58.06%85.1%-
XYZ38.2230.9513.86-
YUV150.3994.49175.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=49.77%
G=29.36%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171289100.410.580.1517.6262.3860.39
HexD9805B0293AF123e3c
Octal3312001330517217227674
Binary110110011000000010110110101001111010111110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9805B; }

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

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

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

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

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

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

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

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