#DCC49F

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

Shades of Raffia #DCC49F

Tints of Raffia #DCC49F

Color information

#DCC49F (or 0xDCC49F) is unknown color: approx Raffia. HEX triplet: DC, C4 and 9F. RGB value is (220,196,159). Sum of RGB (Red+Green+Blue) = 220+196+159=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49F is #233B60. Grayscale: #C7C7C7. Windows color (decimal): -2308961 or 10470620. OLE color: 10470620.

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

Color convert

RGB220196159-
CMYK00.110.280.14
HSL36.39º46.56%74.31%-
HSV(B)36.39º27.73%86.27%-
XYZ55.5157.240.92-
YUV198.96105.45143.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=38.26%
G=34.09%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019615900.110.280.1436.3946.5674.31
HexDCC49F0B1CE242f4a
Octal33430423701334164457112
Binary110111001100010010011111010111110011101001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC49F; }

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

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

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

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

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

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

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

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