#DAD49C

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

Shades of Tahuna Sands #DAD49C

Tints of Tahuna Sands #DAD49C

Color information

#DAD49C (or 0xDAD49C) is unknown color: approx Tahuna Sands. HEX triplet: DA, D4 and 9C. RGB value is (218,212,156). Sum of RGB (Red+Green+Blue) = 218+212+156=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD49C is #252B63. Grayscale: #CFCFCF. Windows color (decimal): -2435940 or 10278106. OLE color: 10278106.

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

Color convert

RGB218212156-
CMYK00.030.280.15
HSL54.19º45.59%73.33%-
HSV(B)54.19º28.44%85.49%-
XYZ58.4664.3940.8-
YUV207.4198.99135.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 156 (61.33% from 255) = 26.62%
R=37.20%
G=36.18%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821215600.030.280.1554.1945.5973.33
HexDAD49C031CF362e49
Octal3323242340334176656111
Binary1101101011010100100111000111110011111101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD49C; }

 p { color: rgb(218,212,156); }

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

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

 a { background-color: rgb(218,212,156); }

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

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

 span { border-color: rgb(218,212,156); }

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