#DA8060

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

Shades of Burning Sand #DA8060

Tints of Burning Sand #DA8060

Color information

#DA8060 (or 0xDA8060) is unknown color: approx Burning Sand. HEX triplet: DA, 80 and 60. RGB value is (218,128,96). Sum of RGB (Red+Green+Blue) = 218+128+96=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8060 is #257F9F. Grayscale: #979797. Windows color (decimal): -2457504 or 6324442. OLE color: 6324442.

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

Color convert

RGB21812896-
CMYK00.410.560.15
HSL15.74º62.24%61.57%-
HSV(B)15.74º55.96%85.49%-
XYZ38.7431.1915.04-
YUV151.2696.82175.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=49.32%
G=28.96%
B=21.72%

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
Decimal2181289600.410.560.1515.7462.2461.57
HexDA806002938F103e3e
Octal3322001400517017207676
Binary110110101000000011000000101001111000111110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8060; }

 p { color: rgb(218,128,96); }

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

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

 a { background-color: rgb(218,128,96); }

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

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

 span { border-color: rgb(218,128,96); }

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