#DACCA6

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

Shades of Raffia #DACCA6

Tints of Raffia #DACCA6

Color information

#DACCA6 (or 0xDACCA6) is unknown color: approx Raffia. HEX triplet: DA, CC and A6. RGB value is (218,204,166). Sum of RGB (Red+Green+Blue) = 218+204+166=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACCA6 is #253359. Grayscale: #CCCCCC. Windows color (decimal): -2437978 or 10931418. OLE color: 10931418.

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

Color convert

RGB218204166-
CMYK00.060.240.15
HSL43.85º41.27%75.29%-
HSV(B)43.85º23.85%85.49%-
XYZ57.3960.8444.8-
YUV203.85106.64138.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=37.07%
G=34.69%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820416600.060.240.1543.8541.2775.29
HexDACCA60618F2c294b
Octal3323142460630175451113
Binary11011010110011001010011001101100011111011001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCA6; }

 p { color: rgb(218,204,166); }

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

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

 a { background-color: rgb(218,204,166); }

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

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

 span { border-color: rgb(218,204,166); }

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