#DAC599

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

Shades of Raffia #DAC599

Tints of Raffia #DAC599

Color information

#DAC599 (or 0xDAC599) is unknown color: approx Raffia. HEX triplet: DA, C5 and 99. RGB value is (218,197,153). Sum of RGB (Red+Green+Blue) = 218+197+153=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC599 is #253A66. Grayscale: #C6C6C6. Windows color (decimal): -2439783 or 10077658. OLE color: 10077658.

HSL color Cylindrical-coordinate representation of color #DAC599: hue angle of 40.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAC599 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218197153-
CMYK00.100.300.15
HSL40.62º46.76%72.75%-
HSV(B)40.62º29.82%85.49%-
XYZ54.6357.1438.29-
YUV198.26102.46142.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 197 (77.34% from 255) = 34.68%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=38.38%
G=34.68%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819715300.100.300.1540.6246.7672.75
HexDAC5990A1EF292f49
Octal33230523101236175157111
Binary110110101100010110011001010101111011111010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC599; }

 p { color: rgb(218,197,153); }

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

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

 a { background-color: rgb(218,197,153); }

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

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

 span { border-color: rgb(218,197,153); }

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