#DAD398

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

Shades of Tahuna Sands #DAD398

Tints of Tahuna Sands #DAD398

Color information

#DAD398 (or 0xDAD398) is unknown color: approx Tahuna Sands. HEX triplet: DA, D3 and 98. RGB value is (218,211,152). Sum of RGB (Red+Green+Blue) = 218+211+152=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD398 is #252C67. Grayscale: #CECECE. Windows color (decimal): -2436200 or 10015706. OLE color: 10015706.

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

Color convert

RGB218211152-
CMYK00.030.300.15
HSL53.64º47.14%72.55%-
HSV(B)53.64º30.28%85.49%-
XYZ57.8863.7638.96-
YUV206.3797.32136.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=37.52%
G=36.32%
B=26.16%

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
Decimal21821115200.030.300.1553.6447.1472.55
HexDAD398031EF362f49
Octal3323232300336176657111
Binary1101101011010011100110000111111011111101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD398; }

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

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

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

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

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

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

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

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