#DCC9AC

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

Shades of Raffia #DCC9AC

Tints of Raffia #DCC9AC

Color information

#DCC9AC (or 0xDCC9AC) is unknown color: approx Raffia. HEX triplet: DC, C9 and AC. RGB value is (220,201,172). Sum of RGB (Red+Green+Blue) = 220+201+172=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9AC is #233653. Grayscale: #CBCBCB. Windows color (decimal): -2307668 or 11323868. OLE color: 11323868.

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

Color convert

RGB220201172-
CMYK00.090.220.14
HSL36.25º40.68%76.86%-
HSV(B)36.25º21.82%86.27%-
XYZ57.8559.9747.56-
YUV203.38110.29139.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=37.10%
G=33.90%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020117200.090.220.1436.2540.6876.86
HexDCC9AC0916E24294d
Octal33431125401126164451115
Binary110111001100100110101100010011011011101001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9AC; }

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

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

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

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

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

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

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

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