#DAC09E

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

Shades of Raffia #DAC09E

Tints of Raffia #DAC09E

Color information

#DAC09E (or 0xDAC09E) is unknown color: approx Raffia. HEX triplet: DA, C0 and 9E. RGB value is (218,192,158). Sum of RGB (Red+Green+Blue) = 218+192+158=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09E is #253F61. Grayscale: #C4C4C4. Windows color (decimal): -2441058 or 10404058. OLE color: 10404058.

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

Color convert

RGB218192158-
CMYK00.120.280.15
HSL34º44.78%73.73%-
HSV(B)34º27.52%85.49%-
XYZ53.9355.0740.14-
YUV195.9106.61143.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 158 (62.11% from 255) = 27.82%
R=38.38%
G=33.80%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819215800.120.280.153444.7873.73
HexDAC09E0C1CF222d4a
Octal33230023601434174255112
Binary110110101100000010011110011001110011111000101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC09E; }

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

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

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

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

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

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

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

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