#DCCBAA

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

Shades of Raffia #DCCBAA

Tints of Raffia #DCCBAA

Color information

#DCCBAA (or 0xDCCBAA) is unknown color: approx Raffia. HEX triplet: DC, CB and AA. RGB value is (220,203,170). Sum of RGB (Red+Green+Blue) = 220+203+170=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBAA is #233455. Grayscale: #CCCCCC. Windows color (decimal): -2307158 or 11193308. OLE color: 11193308.

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

Color convert

RGB220203170-
CMYK00.080.230.14
HSL39.6º41.67%76.47%-
HSV(B)39.6º22.73%86.27%-
XYZ58.1360.8346.71-
YUV204.32108.63139.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=37.10%
G=34.23%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020317000.080.230.1439.641.6776.47
HexDCCBAA0817E282a4c
Octal33431325201027165052114
Binary110111001100101110101010010001011111101010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBAA; }

 p { color: rgb(220,203,170); }

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

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

 a { background-color: rgb(220,203,170); }

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

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

 span { border-color: rgb(220,203,170); }

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