#DAD396

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

Shades of Tahuna Sands #DAD396

Tints of Tahuna Sands #DAD396

Color information

#DAD396 (or 0xDAD396) is unknown color: approx Tahuna Sands. HEX triplet: DA, D3 and 96. RGB value is (218,211,150). Sum of RGB (Red+Green+Blue) = 218+211+150=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD396 is #252C69. Grayscale: #CECECE. Windows color (decimal): -2436202 or 9884634. OLE color: 9884634.

HSL color Cylindrical-coordinate representation of color #DAD396: hue angle of 53.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAD396 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218211150-
CMYK00.030.310.15
HSL53.82º47.89%72.16%-
HSV(B)53.82º31.19%85.49%-
XYZ57.7163.738.11-
YUV206.1496.32136.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 211 (82.81% from 255) = 36.44%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=37.65%
G=36.44%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821115000.030.310.1553.8247.8972.16
HexDAD396031FF363048
Octal3323232260337176660110
Binary1101101011010011100101100111111111111101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD396; }

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

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

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

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

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

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

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

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