#DA7D66

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

Shades of Burning Sand #DA7D66

Tints of Burning Sand #DA7D66

Color information

#DA7D66 (or 0xDA7D66) is unknown color: approx Burning Sand. HEX triplet: DA, 7D and 66. RGB value is (218,125,102). Sum of RGB (Red+Green+Blue) = 218+125+102=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D66 is #258299. Grayscale: #969696. Windows color (decimal): -2458266 or 6716890. OLE color: 6716890.

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

Color convert

RGB218125102-
CMYK00.430.530.15
HSL11.9º61.05%62.75%-
HSV(B)11.9º53.21%85.49%-
XYZ38.6530.5316.43-
YUV150.18100.81176.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.99%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=48.99%
G=28.09%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812510200.430.530.1511.961.0562.75
HexDA7D6602B35Fc3d3f
Octal3321751460536517147577
Binary1101101011111011100110010101111010111111100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D66; }

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

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

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

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

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

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

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

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