#DAD29B

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

Shades of Tahuna Sands #DAD29B

Tints of Tahuna Sands #DAD29B

Color information

#DAD29B (or 0xDAD29B) is unknown color: approx Tahuna Sands. HEX triplet: DA, D2 and 9B. RGB value is (218,210,155). Sum of RGB (Red+Green+Blue) = 218+210+155=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD29B is #252D64. Grayscale: #CECECE. Windows color (decimal): -2436453 or 10212058. OLE color: 10212058.

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

Color convert

RGB218210155-
CMYK00.040.290.15
HSL52.38º45.99%73.14%-
HSV(B)52.38º28.9%85.49%-
XYZ57.8863.3740.19-
YUV206.1299.15136.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 155 (60.94% from 255) = 26.59%
R=37.39%
G=36.02%
B=26.59%

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
Decimal21821015500.040.290.1552.3845.9973.14
HexDAD29B041DF342e49
Octal3323222330435176456111
Binary11011010110100101001101101001110111111101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD29B; }

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

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

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

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

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

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

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

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