#DCC8AA

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

Shades of Raffia #DCC8AA

Tints of Raffia #DCC8AA

Color information

#DCC8AA (or 0xDCC8AA) is unknown color: approx Raffia. HEX triplet: DC, C8 and AA. RGB value is (220,200,170). Sum of RGB (Red+Green+Blue) = 220+200+170=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8AA is #233755. Grayscale: #CACACA. Windows color (decimal): -2307926 or 11192540. OLE color: 11192540.

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

Color convert

RGB220200170-
CMYK00.090.230.14
HSL36º41.67%76.47%-
HSV(B)36º22.73%86.27%-
XYZ57.4359.4346.47-
YUV202.56109.63140.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=37.29%
G=33.90%
B=28.81%

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
Decimal22020017000.090.230.143641.6776.47
HexDCC8AA0917E242a4c
Octal33431025201127164452114
Binary110111001100100010101010010011011111101001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8AA; }

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

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

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

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

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

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

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

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