#DA7D64

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

Shades of Burning Sand #DA7D64

Tints of Burning Sand #DA7D64

Color information

#DA7D64 (or 0xDA7D64) is unknown color: approx Burning Sand. HEX triplet: DA, 7D and 64. RGB value is (218,125,100). Sum of RGB (Red+Green+Blue) = 218+125+100=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D64 is #25829B. Grayscale: #969696. Windows color (decimal): -2458268 or 6585818. OLE color: 6585818.

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

Color convert

RGB218125100-
CMYK00.430.540.15
HSL12.71º61.46%62.35%-
HSV(B)12.71º54.13%85.49%-
XYZ38.5530.4915.91-
YUV149.9699.81176.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=49.21%
G=28.22%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812510000.430.540.1512.7161.4662.35
HexDA7D6402B36Fd3d3e
Octal3321751440536617157576
Binary1101101011111011100100010101111011011111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D64; }

 p { color: rgb(218,125,100); }

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

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

 a { background-color: rgb(218,125,100); }

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

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

 span { border-color: rgb(218,125,100); }

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