#DAD29D

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

Shades of Tahuna Sands #DAD29D

Tints of Tahuna Sands #DAD29D

Color information

#DAD29D (or 0xDAD29D) is unknown color: approx Tahuna Sands. HEX triplet: DA, D2 and 9D. RGB value is (218,210,157). Sum of RGB (Red+Green+Blue) = 218+210+157=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD29D is #252D62. Grayscale: #CECECE. Windows color (decimal): -2436451 or 10343130. OLE color: 10343130.

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

Color convert

RGB218210157-
CMYK00.040.280.15
HSL52.13º45.19%73.53%-
HSV(B)52.13º27.98%85.49%-
XYZ58.0563.4341.08-
YUV206.35100.15136.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=37.26%
G=35.90%
B=26.84%

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
Decimal21821015700.040.280.1552.1345.1973.53
HexDAD29D041CF342d4a
Octal3323222350434176455112
Binary11011010110100101001110101001110011111101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD29D; }

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

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

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

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

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

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

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

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