#DAC799

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

Shades of Raffia #DAC799

Tints of Raffia #DAC799

Color information

#DAC799 (or 0xDAC799) is unknown color: approx Raffia. HEX triplet: DA, C7 and 99. RGB value is (218,199,153). Sum of RGB (Red+Green+Blue) = 218+199+153=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC799 is #253866. Grayscale: #C7C7C7. Windows color (decimal): -2439271 or 10078170. OLE color: 10078170.

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

Color convert

RGB218199153-
CMYK00.090.300.15
HSL42.46º46.76%72.75%-
HSV(B)42.46º29.82%85.49%-
XYZ55.0958.0538.44-
YUV199.44101.79141.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=38.25%
G=34.91%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819915300.090.300.1542.4646.7672.75
HexDAC799091EF2a2f49
Octal33230723101136175257111
Binary110110101100011110011001010011111011111010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC799; }

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

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

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

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

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

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

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

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