#DAD69A

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

Shades of Tahuna Sands #DAD69A

Tints of Tahuna Sands #DAD69A

Color information

#DAD69A (or 0xDAD69A) is unknown color: approx Tahuna Sands. HEX triplet: DA, D6 and 9A. RGB value is (218,214,154). Sum of RGB (Red+Green+Blue) = 218+214+154=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD69A is #252965. Grayscale: #D0D0D0. Windows color (decimal): -2435430 or 10147546. OLE color: 10147546.

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

Color convert

RGB218214154-
CMYK00.020.290.15
HSL56.25º46.38%72.94%-
HSV(B)56.25º29.36%85.49%-
XYZ58.7965.3340.08-
YUV208.3697.33134.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 154 (60.55% from 255) = 26.28%
R=37.20%
G=36.52%
B=26.28%

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
Decimal21821415400.020.290.1556.2546.3872.94
HexDAD69A021DF382e49
Octal3323262320235177056111
Binary1101101011010110100110100101110111111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD69A; }

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

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

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

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

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

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

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

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