#DA7E60

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

Shades of Burning Sand #DA7E60

Tints of Burning Sand #DA7E60

Color information

#DA7E60 (or 0xDA7E60) is unknown color: approx Burning Sand. HEX triplet: DA, 7E and 60. RGB value is (218,126,96). Sum of RGB (Red+Green+Blue) = 218+126+96=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E60 is #25819F. Grayscale: #969696. Windows color (decimal): -2458016 or 6323930. OLE color: 6323930.

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

Color convert

RGB21812696-
CMYK00.420.560.15
HSL14.75º62.24%61.57%-
HSV(B)14.75º55.96%85.49%-
XYZ38.4930.6714.96-
YUV150.0997.48176.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=49.55%
G=28.64%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181269600.420.560.1514.7562.2461.57
HexDA7E6002A38Ff3e3e
Octal3321761400527017177676
Binary1101101011111101100000010101011100011111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7E60; }

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

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

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

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

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

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

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

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