#DCC9A1

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

Shades of Raffia #DCC9A1

Tints of Raffia #DCC9A1

Color information

#DCC9A1 (or 0xDCC9A1) is unknown color: approx Raffia. HEX triplet: DC, C9 and A1. RGB value is (220,201,161). Sum of RGB (Red+Green+Blue) = 220+201+161=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9A1 is #23365E. Grayscale: #CACACA. Windows color (decimal): -2307679 or 10602972. OLE color: 10602972.

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

Color convert

RGB220201161-
CMYK00.090.270.14
HSL40.68º45.74%74.71%-
HSV(B)40.68º26.82%86.27%-
XYZ56.8359.5642.22-
YUV202.12104.79140.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=37.80%
G=34.54%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020116100.090.270.1440.6845.7474.71
HexDCC9A1091BE292e4b
Octal33431124101133165156113
Binary110111001100100110100001010011101111101010011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9A1; }

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

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

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

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

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

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

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

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