#DCC8A6

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

Shades of Raffia #DCC8A6

Tints of Raffia #DCC8A6

Color information

#DCC8A6 (or 0xDCC8A6) is unknown color: approx Raffia. HEX triplet: DC, C8 and A6. RGB value is (220,200,166). Sum of RGB (Red+Green+Blue) = 220+200+166=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8A6 is #233759. Grayscale: #CACACA. Windows color (decimal): -2307930 or 10930396. OLE color: 10930396.

HSL color Cylindrical-coordinate representation of color #DCC8A6: hue angle of 37.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC8A6 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220200166-
CMYK00.090.250.14
HSL37.78º43.55%75.69%-
HSV(B)37.78º24.55%86.27%-
XYZ57.0559.2844.51-
YUV202.1107.63140.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 166 (65.23% from 255) = 28.33%
R=37.54%
G=34.13%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020016600.090.250.1437.7843.5575.69
HexDCC8A60919E262c4c
Octal33431024601131164654114
Binary110111001100100010100110010011100111101001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8A6; }

 p { color: rgb(220,200,166); }

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

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

 a { background-color: rgb(220,200,166); }

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

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

 span { border-color: rgb(220,200,166); }

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