#DAD298

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

Shades of Tahuna Sands #DAD298

Tints of Tahuna Sands #DAD298

Color information

#DAD298 (or 0xDAD298) is unknown color: approx Tahuna Sands. HEX triplet: DA, D2 and 98. RGB value is (218,210,152). Sum of RGB (Red+Green+Blue) = 218+210+152=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD298 is #252D67. Grayscale: #CECECE. Windows color (decimal): -2436456 or 10015450. OLE color: 10015450.

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

Color convert

RGB218210152-
CMYK00.040.300.15
HSL52.73º47.14%72.55%-
HSV(B)52.73º30.28%85.49%-
XYZ57.6363.2738.88-
YUV205.7897.65136.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 210 (82.42% from 255) = 36.21%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=37.59%
G=36.21%
B=26.21%

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
Decimal21821015200.040.300.1552.7347.1472.55
HexDAD298041EF352f49
Octal3323222300436176557111
Binary11011010110100101001100001001111011111101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD298; }

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

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

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

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

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

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

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

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