#DAD19B

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

Shades of Tahuna Sands #DAD19B

Tints of Tahuna Sands #DAD19B

Color information

#DAD19B (or 0xDAD19B) is unknown color: approx Tahuna Sands. HEX triplet: DA, D1 and 9B. RGB value is (218,209,155). Sum of RGB (Red+Green+Blue) = 218+209+155=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD19B is #252E64. Grayscale: #CDCDCD. Windows color (decimal): -2436709 or 10211802. OLE color: 10211802.

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

Color convert

RGB218209155-
CMYK00.040.290.15
HSL51.43º45.99%73.14%-
HSV(B)51.43º28.9%85.49%-
XYZ57.6362.8740.11-
YUV205.5499.48136.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 209 (82.03% from 255) = 35.91%
BLUE value IS 155 (60.94% from 255) = 26.63%
R=37.46%
G=35.91%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820915500.040.290.1551.4345.9973.14
HexDAD19B041DF332e49
Octal3323212330435176356111
Binary11011010110100011001101101001110111111100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD19B; }

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

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

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

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

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

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

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

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