#DAD495

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

Shades of Tahuna Sands #DAD495

Tints of Tahuna Sands #DAD495

Color information

#DAD495 (or 0xDAD495) is unknown color: approx Tahuna Sands. HEX triplet: DA, D4 and 95. RGB value is (218,212,149). Sum of RGB (Red+Green+Blue) = 218+212+149=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD495 is #252B6A. Grayscale: #CECECE. Windows color (decimal): -2435947 or 9819354. OLE color: 9819354.

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

Color convert

RGB218212149-
CMYK00.030.320.15
HSL54.78º48.25%71.96%-
HSV(B)54.78º31.65%85.49%-
XYZ57.8864.1637.77-
YUV206.6195.49136.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=37.65%
G=36.61%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821214900.030.320.1554.7848.2571.96
HexDAD4950320F373048
Octal3323242250340176760110
Binary11011010110101001001010101110000011111101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD495; }

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

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

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

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

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

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

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

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