#DAD699

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

Shades of Tahuna Sands #DAD699

Tints of Tahuna Sands #DAD699

Color information

#DAD699 (or 0xDAD699) is unknown color: approx Tahuna Sands. HEX triplet: DA, D6 and 99. RGB value is (218,214,153). Sum of RGB (Red+Green+Blue) = 218+214+153=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD699 is #252966. Grayscale: #D0D0D0. Windows color (decimal): -2435431 or 10082010. OLE color: 10082010.

HSL color Cylindrical-coordinate representation of color #DAD699: hue angle of 56.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAD699 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218214153-
CMYK00.020.300.15
HSL56.31º46.76%72.75%-
HSV(B)56.31º29.82%85.49%-
XYZ58.7165.339.65-
YUV208.2496.83134.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=37.26%
G=36.58%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821415300.020.300.1556.3146.7672.75
HexDAD699021EF382f49
Octal3323262310236177057111
Binary1101101011010110100110010101111011111110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD699; }

 p { color: rgb(218,214,153); }

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

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

 a { background-color: rgb(218,214,153); }

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

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

 span { border-color: rgb(218,214,153); }

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