#DAC896

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

Shades of Tahuna Sands #DAC896

Tints of Tahuna Sands #DAC896

Color information

#DAC896 (or 0xDAC896) is unknown color: approx Tahuna Sands. HEX triplet: DA, C8 and 96. RGB value is (218,200,150). Sum of RGB (Red+Green+Blue) = 218+200+150=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC896 is #253769. Grayscale: #C7C7C7. Windows color (decimal): -2439018 or 9881818. OLE color: 9881818.

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

Color convert

RGB218200150-
CMYK00.080.310.15
HSL44.12º47.89%72.16%-
HSV(B)44.12º31.19%85.49%-
XYZ55.0758.4237.23-
YUV199.6899.96141.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=38.38%
G=35.21%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820015000.080.310.1544.1247.8972.16
HexDAC896081FF2c3048
Octal33231022601037175460110
Binary110110101100100010010110010001111111111011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC896; }

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

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

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

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

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

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

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

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