#DAD49B

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

Shades of Tahuna Sands #DAD49B

Tints of Tahuna Sands #DAD49B

Color information

#DAD49B (or 0xDAD49B) is unknown color: approx Tahuna Sands. HEX triplet: DA, D4 and 9B. RGB value is (218,212,155). Sum of RGB (Red+Green+Blue) = 218+212+155=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD49B is #252B64. Grayscale: #CFCFCF. Windows color (decimal): -2435941 or 10212570. OLE color: 10212570.

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

Color convert

RGB218212155-
CMYK00.030.290.15
HSL54.29º45.99%73.14%-
HSV(B)54.29º28.9%85.49%-
XYZ58.3764.3640.36-
YUV207.398.49135.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 155 (60.94% from 255) = 26.50%
R=37.26%
G=36.24%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821215500.030.290.1554.2945.9973.14
HexDAD49B031DF362e49
Octal3323242330335176656111
Binary1101101011010100100110110111110111111101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD49B; }

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

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

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

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

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

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

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

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