#DAC19B

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

Shades of Raffia #DAC19B

Tints of Raffia #DAC19B

Color information

#DAC19B (or 0xDAC19B) is unknown color: approx Raffia. HEX triplet: DA, C1 and 9B. RGB value is (218,193,155). Sum of RGB (Red+Green+Blue) = 218+193+155=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC19B is #253E64. Grayscale: #C4C4C4. Windows color (decimal): -2440805 or 10207706. OLE color: 10207706.

HSL color Cylindrical-coordinate representation of color #DAC19B: hue angle of 36.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAC19B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218193155-
CMYK00.110.290.15
HSL36.19º45.99%73.14%-
HSV(B)36.19º28.9%85.49%-
XYZ53.955.4138.87-
YUV196.14104.78143.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 155 (60.94% from 255) = 27.39%
R=38.52%
G=34.10%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819315500.110.290.1536.1945.9973.14
HexDAC19B0B1DF242e49
Octal33230123301335174456111
Binary110110101100000110011011010111110111111001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC19B; }

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

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

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

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

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

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

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

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