#da815d

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

Shades of Burning Sand #DA815D

Tints of Burning Sand #DA815D

Color information

#DA815D (or 0xDA815D) is unknown color: approx Burning Sand. HEX triplet: DA, 81 and 5D. RGB value is (218,129,93). Sum of RGB (Red+Green+Blue) = 218+129+93=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA815D is #257EA2. Grayscale: #979797. Windows color (decimal): -2457251 or 6128090. OLE color: 6128090.

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

Color convert

RGB21812993-
CMYK00.410.570.15
HSL17.28º62.81%60.98%-
HSV(B)17.28º57.34%85.49%-
XYZ38.7431.414.37-
YUV151.5194.99175.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=49.55%
G=29.32%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181299300.410.570.1517.2862.8160.98
HexDA815D02939F113f3d
Octal3322011350517117217775
Binary110110101000000110111010101001111001111110001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da815d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da815d; }

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

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

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

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

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

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

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

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