#DAD1A0

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

Shades of Tahuna Sands #DAD1A0

Tints of Tahuna Sands #DAD1A0

Color information

#DAD1A0 (or 0xDAD1A0) is unknown color: approx Tahuna Sands. HEX triplet: DA, D1 and A0. RGB value is (218,209,160). Sum of RGB (Red+Green+Blue) = 218+209+160=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1A0 is #252E5F. Grayscale: #CECECE. Windows color (decimal): -2436704 or 10539482. OLE color: 10539482.

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

Color convert

RGB218209160-
CMYK00.040.270.15
HSL50.69º43.94%74.12%-
HSV(B)50.69º26.61%85.49%-
XYZ58.0663.0442.37-
YUV206.1101.98136.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 209 (82.03% from 255) = 35.60%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=37.14%
G=35.60%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820916000.040.270.1550.6943.9474.12
HexDAD1A0041BF332c4a
Octal3323212400433176354112
Binary11011010110100011010000001001101111111100111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1A0; }

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

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

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

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

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

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

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

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