#DAC99E

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

Shades of Raffia #DAC99E

Tints of Raffia #DAC99E

Color information

#DAC99E (or 0xDAC99E) is unknown color: approx Raffia. HEX triplet: DA, C9 and 9E. RGB value is (218,201,158). Sum of RGB (Red+Green+Blue) = 218+201+158=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC99E is #253661. Grayscale: #C9C9C9. Windows color (decimal): -2438754 or 10406362. OLE color: 10406362.

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

Color convert

RGB218201158-
CMYK00.080.280.15
HSL43º44.78%73.73%-
HSV(B)43º27.52%85.49%-
XYZ55.9759.1540.81-
YUV201.18103.63140-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=37.78%
G=34.84%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820115800.080.280.154344.7873.73
HexDAC99E081CF2b2d4a
Octal33231123601034175355112
Binary110110101100100110011110010001110011111010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC99E; }

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

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

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

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

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

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

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

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