#DCC9A9

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

Shades of Raffia #DCC9A9

Tints of Raffia #DCC9A9

Color information

#DCC9A9 (or 0xDCC9A9) is unknown color: approx Raffia. HEX triplet: DC, C9 and A9. RGB value is (220,201,169). Sum of RGB (Red+Green+Blue) = 220+201+169=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9A9 is #233656. Grayscale: #CBCBCB. Windows color (decimal): -2307671 or 11127260. OLE color: 11127260.

HSL color Cylindrical-coordinate representation of color #DCC9A9: hue angle of 37.65º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC9A9 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220201169-
CMYK00.090.230.14
HSL37.65º42.15%76.27%-
HSV(B)37.65º23.18%86.27%-
XYZ57.5659.8546.06-
YUV203.03108.79140.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 201 (78.91% from 255) = 34.07%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=37.29%
G=34.07%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020116900.090.230.1437.6542.1576.27
HexDCC9A90917E262a4c
Octal33431125101127164652114
Binary110111001100100110101001010011011111101001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9A9; }

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

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

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

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

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

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

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

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