#DCC6A8

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

Shades of Raffia #DCC6A8

Tints of Raffia #DCC6A8

Color information

#DCC6A8 (or 0xDCC6A8) is unknown color: approx Raffia. HEX triplet: DC, C6 and A8. RGB value is (220,198,168). Sum of RGB (Red+Green+Blue) = 220+198+168=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6A8 is #233957. Grayscale: #C9C9C9. Windows color (decimal): -2308440 or 11060956. OLE color: 11060956.

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

Color convert

RGB220198168-
CMYK00.10.240.14
HSL34.62º42.62%76.08%-
HSV(B)34.62º23.64%86.27%-
XYZ56.7858.4345.33-
YUV201.16109.29141.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 198 (77.73% from 255) = 33.79%
BLUE value IS 168 (66.02% from 255) = 28.67%
R=37.54%
G=33.79%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019816800.10.240.1434.6242.6276.08
HexDCC6A80A18E232b4c
Octal33430625001230164353114
Binary110111001100011010101000010101100011101000111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6A8; }

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

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

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

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

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

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

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

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