#DCC2A1

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

Shades of Raffia #DCC2A1

Tints of Raffia #DCC2A1

Color information

#DCC2A1 (or 0xDCC2A1) is unknown color: approx Raffia. HEX triplet: DC, C2 and A1. RGB value is (220,194,161). Sum of RGB (Red+Green+Blue) = 220+194+161=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2A1 is #233D5E. Grayscale: #C6C6C6. Windows color (decimal): -2309471 or 10601180. OLE color: 10601180.

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

Color convert

RGB220194161-
CMYK00.120.270.14
HSL33.56º45.74%74.71%-
HSV(B)33.56º26.82%86.27%-
XYZ55.2456.3741.69-
YUV198.01107.11143.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 161 (63.28% from 255) = 28%
R=38.26%
G=33.74%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019416100.120.270.1433.5645.7474.71
HexDCC2A10C1BE222e4b
Octal33430224101433164256113
Binary110111001100001010100001011001101111101000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2A1; }

 p { color: rgb(220,194,161); }

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

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

 a { background-color: rgb(220,194,161); }

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

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

 span { border-color: rgb(220,194,161); }

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