#DAC894

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

Shades of Tahuna Sands #DAC894

Tints of Tahuna Sands #DAC894

Color information

#DAC894 (or 0xDAC894) is unknown color: approx Tahuna Sands. HEX triplet: DA, C8 and 94. RGB value is (218,200,148). Sum of RGB (Red+Green+Blue) = 218+200+148=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC894 is #25376B. Grayscale: #C7C7C7. Windows color (decimal): -2439020 or 9750746. OLE color: 9750746.

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

Color convert

RGB218200148-
CMYK00.080.320.15
HSL44.57º48.61%71.76%-
HSV(B)44.57º32.11%85.49%-
XYZ54.9158.3536.39-
YUV199.4598.96141.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=38.52%
G=35.34%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820014800.080.320.1544.5748.6171.76
HexDAC8940820F2d3148
Octal33231022401040175561110
Binary1101101011001000100101000100010000011111011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC894; }

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

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

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

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

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

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

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

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