#DAC199

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

Shades of Raffia #DAC199

Tints of Raffia #DAC199

Color information

#DAC199 (or 0xDAC199) is unknown color: approx Raffia. HEX triplet: DA, C1 and 99. RGB value is (218,193,153). Sum of RGB (Red+Green+Blue) = 218+193+153=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC199 is #253E66. Grayscale: #C4C4C4. Windows color (decimal): -2440807 or 10076634. OLE color: 10076634.

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

Color convert

RGB218193153-
CMYK00.110.300.15
HSL36.92º46.76%72.75%-
HSV(B)36.92º29.82%85.49%-
XYZ53.7355.3537.99-
YUV195.92103.78143.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=38.65%
G=34.22%
B=27.13%

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
Decimal21819315300.110.300.1536.9246.7672.75
HexDAC1990B1EF252f49
Octal33230123101336174557111
Binary110110101100000110011001010111111011111001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC199; }

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

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

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

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

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

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

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

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