#DAD59A

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

Shades of Tahuna Sands #DAD59A

Tints of Tahuna Sands #DAD59A

Color information

#DAD59A (or 0xDAD59A) is unknown color: approx Tahuna Sands. HEX triplet: DA, D5 and 9A. RGB value is (218,213,154). Sum of RGB (Red+Green+Blue) = 218+213+154=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD59A is #252A65. Grayscale: #D0D0D0. Windows color (decimal): -2435686 or 10147290. OLE color: 10147290.

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

Color convert

RGB218213154-
CMYK00.020.290.15
HSL55.31º46.38%72.94%-
HSV(B)55.31º29.36%85.49%-
XYZ58.5464.8340-
YUV207.7797.66135.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=37.26%
G=36.41%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821315400.020.290.1555.3146.3872.94
HexDAD59A021DF372e49
Octal3323252320235176756111
Binary1101101011010101100110100101110111111101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD59A; }

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

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

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

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

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

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

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

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