#DAC99D

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

Shades of Tahuna Sands #DAC99D

Tints of Tahuna Sands #DAC99D

Color information

#DAC99D (or 0xDAC99D) is unknown color: approx Tahuna Sands. HEX triplet: DA, C9 and 9D. RGB value is (218,201,157). Sum of RGB (Red+Green+Blue) = 218+201+157=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC99D is #253662. Grayscale: #C9C9C9. Windows color (decimal): -2438755 or 10340826. OLE color: 10340826.

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

Color convert

RGB218201157-
CMYK00.080.280.15
HSL43.28º45.19%73.53%-
HSV(B)43.28º27.98%85.49%-
XYZ55.8959.1140.36-
YUV201.07103.13140.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=37.85%
G=34.90%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820115700.080.280.1543.2845.1973.53
HexDAC99D081CF2b2d4a
Octal33231123501034175355112
Binary110110101100100110011101010001110011111010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC99D; }

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

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

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

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

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

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

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

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