#DA8161

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

Shades of Burning Sand #DA8161

Tints of Burning Sand #DA8161

Color information

#DA8161 (or 0xDA8161) is unknown color: approx Burning Sand. HEX triplet: DA, 81 and 61. RGB value is (218,129,97). Sum of RGB (Red+Green+Blue) = 218+129+97=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8161 is #257E9E. Grayscale: #989898. Windows color (decimal): -2457247 or 6390234. OLE color: 6390234.

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

Color convert

RGB21812997-
CMYK00.410.560.15
HSL15.87º62.05%61.76%-
HSV(B)15.87º55.5%85.49%-
XYZ38.9231.4715.33-
YUV151.9696.99175.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=49.10%
G=29.05%
B=21.85%

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
Decimal2181299700.410.560.1515.8762.0561.76
HexDA816102938F103e3e
Octal3322011410517017207676
Binary110110101000000111000010101001111000111110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8161; }

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

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

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

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

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

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

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

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