#DAC19E

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

Shades of Raffia #DAC19E

Tints of Raffia #DAC19E

Color information

#DAC19E (or 0xDAC19E) is unknown color: approx Raffia. HEX triplet: DA, C1 and 9E. RGB value is (218,193,158). Sum of RGB (Red+Green+Blue) = 218+193+158=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC19E is #253E61. Grayscale: #C4C4C4. Windows color (decimal): -2440802 or 10404314. OLE color: 10404314.

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

Color convert

RGB218193158-
CMYK00.110.280.15
HSL35º44.78%73.73%-
HSV(B)35º27.52%85.49%-
XYZ54.1555.5140.21-
YUV196.48106.28143.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=38.31%
G=33.92%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819315800.110.280.153544.7873.73
HexDAC19E0B1CF232d4a
Octal33230123601334174355112
Binary110110101100000110011110010111110011111000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC19E; }

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

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

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

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

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

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

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

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