#DAC299

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

Shades of Raffia #DAC299

Tints of Raffia #DAC299

Color information

#DAC299 (or 0xDAC299) is unknown color: approx Raffia. HEX triplet: DA, C2 and 99. RGB value is (218,194,153). Sum of RGB (Red+Green+Blue) = 218+194+153=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC299 is #253D66. Grayscale: #C4C4C4. Windows color (decimal): -2440551 or 10076890. OLE color: 10076890.

HSL color Cylindrical-coordinate representation of color #DAC299: hue angle of 37.85º 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 #DAC299 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218194153-
CMYK00.110.300.15
HSL37.85º46.76%72.75%-
HSV(B)37.85º29.82%85.49%-
XYZ53.9555.7938.06-
YUV196.5103.45143.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=38.58%
G=34.34%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819415300.110.300.1537.8546.7672.75
HexDAC2990B1EF262f49
Octal33230223101336174657111
Binary110110101100001010011001010111111011111001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC299; }

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

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

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

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

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

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

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

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