#DAD0A0

Color #DAD0A0 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #DAD0A0

Tints of Tahuna Sands #DAD0A0

Color information

#DAD0A0 (or 0xDAD0A0) is unknown color: approx Tahuna Sands. HEX triplet: DA, D0 and A0. RGB value is (218,208,160). Sum of RGB (Red+Green+Blue) = 218+208+160=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0A0 is #252F5F. Grayscale: #CDCDCD. Windows color (decimal): -2436960 or 10539226. OLE color: 10539226.

HSL color Cylindrical-coordinate representation of color #DAD0A0: hue angle of 49.66º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAD0A0 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218208160-
CMYK00.050.270.15
HSL49.66º43.94%74.12%-
HSV(B)49.66º26.61%85.49%-
XYZ57.8162.5642.28-
YUV205.52102.31136.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=37.20%
G=35.49%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820816000.050.270.1549.6643.9474.12
HexDAD0A0051BF322c4a
Octal3323202400533176254112
Binary11011010110100001010000001011101111111100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0A0; }

 p { color: rgb(218,208,160); }

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

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

 a { background-color: rgb(218,208,160); }

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

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

 span { border-color: rgb(218,208,160); }

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