#DAC8A2

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

Shades of Raffia #DAC8A2

Tints of Raffia #DAC8A2

Color information

#DAC8A2 (or 0xDAC8A2) is unknown color: approx Raffia. HEX triplet: DA, C8 and A2. RGB value is (218,200,162). Sum of RGB (Red+Green+Blue) = 218+200+162=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A2 is #25375D. Grayscale: #C9C9C9. Windows color (decimal): -2439006 or 10668250. OLE color: 10668250.

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

Color convert

RGB218200162-
CMYK00.080.260.15
HSL40.71º43.08%74.51%-
HSV(B)40.71º25.69%85.49%-
XYZ56.0958.8242.58-
YUV201.05105.96140.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 162 (63.67% from 255) = 27.93%
R=37.59%
G=34.48%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820016200.080.260.1540.7143.0874.51
HexDAC8A2081AF292b4b
Octal33231024201032175153113
Binary110110101100100010100010010001101011111010011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8A2; }

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

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

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

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

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

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

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

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