#DAC8A9

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

Shades of Raffia #DAC8A9

Tints of Raffia #DAC8A9

Color information

#DAC8A9 (or 0xDAC8A9) is unknown color: approx Raffia. HEX triplet: DA, C8 and A9. RGB value is (218,200,169). Sum of RGB (Red+Green+Blue) = 218+200+169=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A9 is #253756. Grayscale: #C9C9C9. Windows color (decimal): -2438999 or 11127002. OLE color: 11127002.

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

Color convert

RGB218200169-
CMYK00.080.220.15
HSL37.96º39.84%75.88%-
HSV(B)37.96º22.48%85.49%-
XYZ56.7359.0845.95-
YUV201.85109.46139.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 169 (66.41% from 255) = 28.79%
R=37.14%
G=34.07%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820016900.080.220.1537.9639.8475.88
HexDAC8A90816F26284c
Octal33231025101026174650114
Binary110110101100100010101001010001011011111001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8A9; }

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

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

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

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

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

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

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

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