#DACAA8

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

Shades of Raffia #DACAA8

Tints of Raffia #DACAA8

Color information

#DACAA8 (or 0xDACAA8) is unknown color: approx Raffia. HEX triplet: DA, CA and A8. RGB value is (218,202,168). Sum of RGB (Red+Green+Blue) = 218+202+168=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAA8 is #253557. Grayscale: #CBCBCB. Windows color (decimal): -2438488 or 11061978. OLE color: 11061978.

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

Color convert

RGB218202168-
CMYK00.070.230.15
HSL40.8º40.32%75.69%-
HSV(B)40.8º22.94%85.49%-
XYZ57.159.9745.61-
YUV202.91108.3138.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 168 (66.02% from 255) = 28.57%
R=37.07%
G=34.35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820216800.070.230.1540.840.3275.69
HexDACAA80717F29284c
Octal3323122500727175150114
Binary11011010110010101010100001111011111111010011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAA8; }

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

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

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

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

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

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

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

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