#DAC8A3

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

Shades of Raffia #DAC8A3

Tints of Raffia #DAC8A3

Color information

#DAC8A3 (or 0xDAC8A3) is unknown color: approx Raffia. HEX triplet: DA, C8 and A3. RGB value is (218,200,163). Sum of RGB (Red+Green+Blue) = 218+200+163=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A3 is #25375C. Grayscale: #C9C9C9. Windows color (decimal): -2439005 or 10733786. OLE color: 10733786.

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

Color convert

RGB218200163-
CMYK00.080.250.15
HSL40.36º42.64%74.71%-
HSV(B)40.36º25.23%85.49%-
XYZ56.1858.8643.05-
YUV201.16106.46140.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 200 (78.52% from 255) = 34.42%
BLUE value IS 163 (64.06% from 255) = 28.06%
R=37.52%
G=34.42%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820016300.080.250.1540.3642.6474.71
HexDAC8A30819F282b4b
Octal33231024301031175053113
Binary110110101100100010100011010001100111111010001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8A3; }

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

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

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

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

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

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

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

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