#DAC69A

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

Shades of Raffia #DAC69A

Tints of Raffia #DAC69A

Color information

#DAC69A (or 0xDAC69A) is unknown color: approx Raffia. HEX triplet: DA, C6 and 9A. RGB value is (218,198,154). Sum of RGB (Red+Green+Blue) = 218+198+154=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC69A is #253965. Grayscale: #C7C7C7. Windows color (decimal): -2439526 or 10143450. OLE color: 10143450.

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

Color convert

RGB218198154-
CMYK00.090.290.15
HSL41.25º46.38%72.94%-
HSV(B)41.25º29.36%85.49%-
XYZ54.9457.6338.8-
YUV198.96102.63141.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 154 (60.55% from 255) = 27.02%
R=38.25%
G=34.74%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819815400.090.290.1541.2546.3872.94
HexDAC69A091DF292e49
Octal33230623201135175156111
Binary110110101100011010011010010011110111111010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC69A; }

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

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

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

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

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

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

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

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