#DAD198

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

Shades of Tahuna Sands #DAD198

Tints of Tahuna Sands #DAD198

Color information

#DAD198 (or 0xDAD198) is unknown color: approx Tahuna Sands. HEX triplet: DA, D1 and 98. RGB value is (218,209,152). Sum of RGB (Red+Green+Blue) = 218+209+152=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD198 is #252E67. Grayscale: #CDCDCD. Windows color (decimal): -2436712 or 10015194. OLE color: 10015194.

HSL color Cylindrical-coordinate representation of color #DAD198: hue angle of 51.82º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAD198 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218209152-
CMYK00.040.300.15
HSL51.82º47.14%72.55%-
HSV(B)51.82º30.28%85.49%-
XYZ57.3862.7738.8-
YUV205.1997.98137.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=37.65%
G=36.10%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820915200.040.300.1551.8247.1472.55
HexDAD198041EF342f49
Octal3323212300436176457111
Binary11011010110100011001100001001111011111101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD198; }

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

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

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

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

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

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

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

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