#DAD499

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

Shades of Tahuna Sands #DAD499

Tints of Tahuna Sands #DAD499

Color information

#DAD499 (or 0xDAD499) is unknown color: approx Tahuna Sands. HEX triplet: DA, D4 and 99. RGB value is (218,212,153). Sum of RGB (Red+Green+Blue) = 218+212+153=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD499 is #252B66. Grayscale: #CFCFCF. Windows color (decimal): -2435943 or 10081498. OLE color: 10081498.

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

Color convert

RGB218212153-
CMYK00.030.300.15
HSL54.46º46.76%72.75%-
HSV(B)54.46º29.82%85.49%-
XYZ58.2164.2939.48-
YUV207.0797.49135.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 26.24%
R=37.39%
G=36.36%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821215300.030.300.1554.4646.7672.75
HexDAD499031EF362f49
Octal3323242310336176657111
Binary1101101011010100100110010111111011111101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD499; }

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

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

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

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

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

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

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

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