#DAC691

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

Shades of Tahuna Sands #DAC691

Tints of Tahuna Sands #DAC691

Color information

#DAC691 (or 0xDAC691) is unknown color: approx Tahuna Sands. HEX triplet: DA, C6 and 91. RGB value is (218,198,145). Sum of RGB (Red+Green+Blue) = 218+198+145=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC691 is #25396E. Grayscale: #C6C6C6. Windows color (decimal): -2439535 or 9553626. OLE color: 9553626.

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

Color convert

RGB218198145-
CMYK00.090.330.15
HSL43.56º49.66%71.18%-
HSV(B)43.56º33.49%85.49%-
XYZ54.2257.3435-
YUV197.9498.13142.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 145 (57.03% from 255) = 25.85%
R=38.86%
G=35.29%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819814500.090.330.1543.5649.6671.18
HexDAC6910921F2c3247
Octal33230622101141175462107
Binary1101101011000110100100010100110000111111011001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC691; }

 p { color: rgb(218,198,145); }

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

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

 a { background-color: rgb(218,198,145); }

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

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

 span { border-color: rgb(218,198,145); }

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