#DAD599

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

Shades of Tahuna Sands #DAD599

Tints of Tahuna Sands #DAD599

Color information

#DAD599 (or 0xDAD599) is unknown color: approx Tahuna Sands. HEX triplet: DA, D5 and 99. RGB value is (218,213,153). Sum of RGB (Red+Green+Blue) = 218+213+153=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD599 is #252A66. Grayscale: #CFCFCF. Windows color (decimal): -2435687 or 10081754. OLE color: 10081754.

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

Color convert

RGB218213153-
CMYK00.020.300.15
HSL55.38º46.76%72.75%-
HSV(B)55.38º29.82%85.49%-
XYZ58.4664.7939.56-
YUV207.6697.16135.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 153 (60.16% from 255) = 26.20%
R=37.33%
G=36.47%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821315300.020.300.1555.3846.7672.75
HexDAD599021EF372f49
Octal3323252310236176757111
Binary1101101011010101100110010101111011111101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD599; }

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

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

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

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

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

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

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

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