#DCC6A3

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

Shades of Raffia #DCC6A3

Tints of Raffia #DCC6A3

Color information

#DCC6A3 (or 0xDCC6A3) is unknown color: approx Raffia. HEX triplet: DC, C6 and A3. RGB value is (220,198,163). Sum of RGB (Red+Green+Blue) = 220+198+163=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6A3 is #23395C. Grayscale: #C8C8C8. Windows color (decimal): -2308445 or 10733276. OLE color: 10733276.

HSL color Cylindrical-coordinate representation of color #DCC6A3: hue angle of 36.84º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCC6A3 is Cyan = 0, Magento = 0.1, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220198163-
CMYK00.10.260.14
HSL36.84º44.88%75.1%-
HSV(B)36.84º25.91%86.27%-
XYZ56.3258.2542.92-
YUV200.59106.79141.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 163 (64.06% from 255) = 28.06%
R=37.87%
G=34.08%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019816300.10.260.1436.8444.8875.1
HexDCC6A30A1AE252d4b
Octal33430624301232164555113
Binary110111001100011010100011010101101011101001011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6A3; }

 p { color: rgb(220,198,163); }

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

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

 a { background-color: rgb(220,198,163); }

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

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

 span { border-color: rgb(220,198,163); }

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