#DAC990

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

Shades of Tahuna Sands #DAC990

Tints of Tahuna Sands #DAC990

Color information

#DAC990 (or 0xDAC990) is unknown color: approx Tahuna Sands. HEX triplet: DA, C9 and 90. RGB value is (218,201,144). Sum of RGB (Red+Green+Blue) = 218+201+144=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC990 is #25366F. Grayscale: #C7C7C7. Windows color (decimal): -2438768 or 9488858. OLE color: 9488858.

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

Color convert

RGB218201144-
CMYK00.080.340.15
HSL46.22º50%70.98%-
HSV(B)46.22º33.94%85.49%-
XYZ54.8358.6934.82-
YUV199.5896.63141.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=38.72%
G=35.70%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820114400.080.340.1546.225070.98
HexDAC9900822F2e3247
Octal33231122001042175662107
Binary1101101011001001100100000100010001011111011101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC990; }

 p { color: rgb(218,201,144); }

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

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

 a { background-color: rgb(218,201,144); }

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

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

 span { border-color: rgb(218,201,144); }

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