#D9825D

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

Shades of Burning Sand #D9825D

Tints of Burning Sand #D9825D

Color information

#D9825D (or 0xD9825D) is unknown color: approx Burning Sand. HEX triplet: D9, 82 and 5D. RGB value is (217,130,93). Sum of RGB (Red+Green+Blue) = 217+130+93=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9825D is #267DA2. Grayscale: #989898. Windows color (decimal): -2522531 or 6128345. OLE color: 6128345.

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

Color convert

RGB21713093-
CMYK00.400.570.15
HSL17.9º62%60.78%-
HSV(B)17.9º57.14%85.1%-
XYZ38.5731.5114.4-
YUV151.7994.82174.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=49.32%
G=29.55%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171309300.400.570.1517.96260.78
HexD9825D02839F123e3d
Octal3312021350507117227675
Binary110110011000001010111010101000111001111110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9825D; }

 p { color: rgb(217,130,93); }

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

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

 a { background-color: rgb(217,130,93); }

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

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

 span { border-color: rgb(217,130,93); }

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