#DAD190

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

Shades of Tahuna Sands #DAD190

Tints of Tahuna Sands #DAD190

Color information

#DAD190 (or 0xDAD190) is unknown color: approx Tahuna Sands. HEX triplet: DA, D1 and 90. RGB value is (218,209,144). Sum of RGB (Red+Green+Blue) = 218+209+144=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD190 is #252E6F. Grayscale: #CCCCCC. Windows color (decimal): -2436720 or 9490906. OLE color: 9490906.

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

Color convert

RGB218209144-
CMYK00.040.340.15
HSL52.7º50%70.98%-
HSV(B)52.7º33.94%85.49%-
XYZ56.7562.5235.46-
YUV204.2893.98137.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=38.18%
G=36.60%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820914400.040.340.1552.75070.98
HexDAD1900422F353247
Octal3323212200442176562107
Binary110110101101000110010000010010001011111101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD190; }

 p { color: rgb(218,209,144); }

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

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

 a { background-color: rgb(218,209,144); }

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

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

 span { border-color: rgb(218,209,144); }

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