#DACAA5

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

Shades of Raffia #DACAA5

Tints of Raffia #DACAA5

Color information

#DACAA5 (or 0xDACAA5) is unknown color: approx Raffia. HEX triplet: DA, CA and A5. RGB value is (218,202,165). Sum of RGB (Red+Green+Blue) = 218+202+165=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAA5 is #25355A. Grayscale: #CACACA. Windows color (decimal): -2438491 or 10865370. OLE color: 10865370.

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

Color convert

RGB218202165-
CMYK00.070.240.15
HSL41.89º41.73%75.1%-
HSV(B)41.89º24.31%85.49%-
XYZ56.8359.8644.16-
YUV202.57106.8139.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=37.26%
G=34.53%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820216500.070.240.1541.8941.7375.1
HexDACAA50718F2a2a4b
Octal3323122450730175252113
Binary11011010110010101010010101111100011111010101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAA5; }

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

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

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

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

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

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

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

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