#DCC5A6

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

Shades of Raffia #DCC5A6

Tints of Raffia #DCC5A6

Color information

#DCC5A6 (or 0xDCC5A6) is unknown color: approx Raffia. HEX triplet: DC, C5 and A6. RGB value is (220,197,166). Sum of RGB (Red+Green+Blue) = 220+197+166=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5A6 is #233A59. Grayscale: #C8C8C8. Windows color (decimal): -2308698 or 10929628. OLE color: 10929628.

HSL color Cylindrical-coordinate representation of color #DCC5A6: hue angle of 34.44º 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 #DCC5A6 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220197166-
CMYK00.100.250.14
HSL34.44º43.55%75.69%-
HSV(B)34.44º24.55%86.27%-
XYZ56.3657.944.28-
YUV200.34108.62142.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 166 (65.23% from 255) = 28.47%
R=37.74%
G=33.79%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019716600.100.250.1434.4443.5575.69
HexDCC5A60A19E222c4c
Octal33430524601231164254114
Binary110111001100010110100110010101100111101000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5A6; }

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

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

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

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

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

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

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

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