#DCC6A0

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

Shades of Raffia #DCC6A0

Tints of Raffia #DCC6A0

Color information

#DCC6A0 (or 0xDCC6A0) is unknown color: approx Raffia. HEX triplet: DC, C6 and A0. RGB value is (220,198,160). Sum of RGB (Red+Green+Blue) = 220+198+160=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6A0 is #23395F. Grayscale: #C8C8C8. Windows color (decimal): -2308448 or 10536668. OLE color: 10536668.

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

Color convert

RGB220198160-
CMYK00.10.270.14
HSL38º46.15%74.51%-
HSV(B)38º27.27%86.27%-
XYZ56.0558.1441.53-
YUV200.25105.29142.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=38.06%
G=34.26%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019816000.10.270.143846.1574.51
HexDCC6A00A1BE262e4b
Octal33430624001233164656113
Binary110111001100011010100000010101101111101001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6A0; }

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

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

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

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

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

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

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

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