#DAD19A

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

Shades of Tahuna Sands #DAD19A

Tints of Tahuna Sands #DAD19A

Color information

#DAD19A (or 0xDAD19A) is unknown color: approx Tahuna Sands. HEX triplet: DA, D1 and 9A. RGB value is (218,209,154). Sum of RGB (Red+Green+Blue) = 218+209+154=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD19A is #252E65. Grayscale: #CDCDCD. Windows color (decimal): -2436710 or 10146266. OLE color: 10146266.

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

Color convert

RGB218209154-
CMYK00.040.290.15
HSL51.56º46.38%72.94%-
HSV(B)51.56º29.36%85.49%-
XYZ57.5562.8439.67-
YUV205.4298.98136.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=37.52%
G=35.97%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820915400.040.290.1551.5646.3872.94
HexDAD19A041DF342e49
Octal3323212320435176456111
Binary11011010110100011001101001001110111111101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD19A; }

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

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

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

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

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

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

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

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