#DAD09A

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

Shades of Tahuna Sands #DAD09A

Tints of Tahuna Sands #DAD09A

Color information

#DAD09A (or 0xDAD09A) is unknown color: approx Tahuna Sands. HEX triplet: DA, D0 and 9A. RGB value is (218,208,154). Sum of RGB (Red+Green+Blue) = 218+208+154=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD09A is #252F65. Grayscale: #CDCDCD. Windows color (decimal): -2436966 or 10146010. OLE color: 10146010.

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

Color convert

RGB218208154-
CMYK00.050.290.15
HSL50.62º46.38%72.94%-
HSV(B)50.62º29.36%85.49%-
XYZ57.362.3539.59-
YUV204.8399.31137.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=37.59%
G=35.86%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820815400.050.290.1550.6246.3872.94
HexDAD09A051DF332e49
Octal3323202320535176356111
Binary11011010110100001001101001011110111111100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD09A; }

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

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

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

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

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

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

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

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