#D0805D

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

Shades of Burning Sand #D0805D

Tints of Burning Sand #D0805D

Color information

#D0805D (or 0xD0805D) is unknown color: approx Burning Sand. HEX triplet: D0, 80 and 5D. RGB value is (208,128,93). Sum of RGB (Red+Green+Blue) = 208+128+93=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0805D is #2F7FA2. Grayscale: #949494. Windows color (decimal): -3112867 or 6127824. OLE color: 6127824.

HSL color Cylindrical-coordinate representation of color #D0805D: hue angle of 18.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0805D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20812893-
CMYK00.380.550.18
HSL18.26º55.02%59.02%-
HSV(B)18.26º55.29%81.57%-
XYZ35.7129.6414.19-
YUV147.9397170.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=48.48%
G=29.84%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081289300.380.550.1818.2655.0259.02
HexD0805D026371212373b
Octal3202001350466722226773
Binary1101000010000000101110101001101101111001010010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0805D; }

 p { color: rgb(208,128,93); }

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

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

 a { background-color: rgb(208,128,93); }

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

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

 span { border-color: rgb(208,128,93); }

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