#DAC8A5

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

Shades of Raffia #DAC8A5

Tints of Raffia #DAC8A5

Color information

#DAC8A5 (or 0xDAC8A5) is unknown color: approx Raffia. HEX triplet: DA, C8 and A5. RGB value is (218,200,165). Sum of RGB (Red+Green+Blue) = 218+200+165=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A5 is #25375A. Grayscale: #C9C9C9. Windows color (decimal): -2439003 or 10864858. OLE color: 10864858.

HSL color Cylindrical-coordinate representation of color #DAC8A5: hue angle of 39.62º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAC8A5 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218200165-
CMYK00.080.240.15
HSL39.62º41.73%75.1%-
HSV(B)39.62º24.31%85.49%-
XYZ56.3658.9344-
YUV201.39107.46139.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 165 (64.84% from 255) = 28.30%
R=37.39%
G=34.31%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820016500.080.240.1539.6241.7375.1
HexDAC8A50818F282a4b
Octal33231024501030175052113
Binary110110101100100010100101010001100011111010001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8A5; }

 p { color: rgb(218,200,165); }

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

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

 a { background-color: rgb(218,200,165); }

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

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

 span { border-color: rgb(218,200,165); }

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