#DCC49C

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

Shades of Raffia #DCC49C

Tints of Raffia #DCC49C

Color information

#DCC49C (or 0xDCC49C) is unknown color: approx Raffia. HEX triplet: DC, C4 and 9C. RGB value is (220,196,156). Sum of RGB (Red+Green+Blue) = 220+196+156=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49C is #233B63. Grayscale: #C6C6C6. Windows color (decimal): -2308964 or 10274012. OLE color: 10274012.

HSL color Cylindrical-coordinate representation of color #DCC49C: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC49C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220196156-
CMYK00.110.290.14
HSL37.5º47.76%73.73%-
HSV(B)37.5º29.09%86.27%-
XYZ55.2657.139.56-
YUV198.62103.95143.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=38.46%
G=34.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019615600.110.290.1437.547.7673.73
HexDCC49C0B1DE26304a
Octal33430423401335164660112
Binary110111001100010010011100010111110111101001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC49C; }

 p { color: rgb(220,196,156); }

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

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

 a { background-color: rgb(220,196,156); }

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

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

 span { border-color: rgb(220,196,156); }

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