#DAC993

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

Shades of Tahuna Sands #DAC993

Tints of Tahuna Sands #DAC993

Color information

#DAC993 (or 0xDAC993) is unknown color: approx Tahuna Sands. HEX triplet: DA, C9 and 93. RGB value is (218,201,147). Sum of RGB (Red+Green+Blue) = 218+201+147=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC993 is #25366C. Grayscale: #C8C8C8. Windows color (decimal): -2438765 or 9685466. OLE color: 9685466.

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

Color convert

RGB218201147-
CMYK00.080.330.15
HSL45.63º48.97%71.57%-
HSV(B)45.63º32.57%85.49%-
XYZ55.0758.7936.05-
YUV199.9398.13140.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 147 (57.81% from 255) = 25.97%
R=38.52%
G=35.51%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820114700.080.330.1545.6348.9771.57
HexDAC9930821F2e3148
Octal33231122301041175661110
Binary1101101011001001100100110100010000111111011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC993; }

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

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

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

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

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

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

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

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