#DAC29A

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

Shades of Raffia #DAC29A

Tints of Raffia #DAC29A

Color information

#DAC29A (or 0xDAC29A) is unknown color: approx Raffia. HEX triplet: DA, C2 and 9A. RGB value is (218,194,154). Sum of RGB (Red+Green+Blue) = 218+194+154=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC29A is #253D65. Grayscale: #C4C4C4. Windows color (decimal): -2440550 or 10142426. OLE color: 10142426.

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

Color convert

RGB218194154-
CMYK00.110.290.15
HSL37.5º46.38%72.94%-
HSV(B)37.5º29.36%85.49%-
XYZ54.0455.8238.5-
YUV196.62103.95143.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=38.52%
G=34.28%
B=27.21%

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
Decimal21819415400.110.290.1537.546.3872.94
HexDAC29A0B1DF262e49
Octal33230223201335174656111
Binary110110101100001010011010010111110111111001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC29A; }

 p { color: rgb(218,194,154); }

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

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

 a { background-color: rgb(218,194,154); }

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

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

 span { border-color: rgb(218,194,154); }

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