#DAD29E

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

Shades of Tahuna Sands #DAD29E

Tints of Tahuna Sands #DAD29E

Color information

#DAD29E (or 0xDAD29E) is unknown color: approx Tahuna Sands. HEX triplet: DA, D2 and 9E. RGB value is (218,210,158). Sum of RGB (Red+Green+Blue) = 218+210+158=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD29E is #252D61. Grayscale: #CECECE. Windows color (decimal): -2436450 or 10408666. OLE color: 10408666.

HSL color Cylindrical-coordinate representation of color #DAD29E: hue angle of 52º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAD29E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218210158-
CMYK00.040.280.15
HSL52º44.78%73.73%-
HSV(B)52º27.52%85.49%-
XYZ58.1363.4741.53-
YUV206.46100.65136.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 210 (82.42% from 255) = 35.84%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=37.20%
G=35.84%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821015800.040.280.155244.7873.73
HexDAD29E041CF342d4a
Octal3323222360434176455112
Binary11011010110100101001111001001110011111101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD29E; }

 p { color: rgb(218,210,158); }

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

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

 a { background-color: rgb(218,210,158); }

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

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

 span { border-color: rgb(218,210,158); }

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