#DA8061

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

Shades of Burning Sand #DA8061

Tints of Burning Sand #DA8061

Color information

#DA8061 (or 0xDA8061) is unknown color: approx Burning Sand. HEX triplet: DA, 80 and 61. RGB value is (218,128,97). Sum of RGB (Red+Green+Blue) = 218+128+97=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8061 is #257F9E. Grayscale: #979797. Windows color (decimal): -2457503 or 6389978. OLE color: 6389978.

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

Color convert

RGB21812897-
CMYK00.410.560.15
HSL15.37º62.05%61.76%-
HSV(B)15.37º55.5%85.49%-
XYZ38.7931.2115.29-
YUV151.3897.32175.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=49.21%
G=28.89%
B=21.90%

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
Decimal2181289700.410.560.1515.3762.0561.76
HexDA806102938Ff3e3e
Octal3322001410517017177676
Binary11011010100000001100001010100111100011111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8061; }

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

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

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

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

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

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

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

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