#DCC09F

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

Shades of Raffia #DCC09F

Tints of Raffia #DCC09F

Color information

#DCC09F (or 0xDCC09F) is unknown color: approx Raffia. HEX triplet: DC, C0 and 9F. RGB value is (220,192,159). Sum of RGB (Red+Green+Blue) = 220+192+159=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09F is #233F60. Grayscale: #C4C4C4. Windows color (decimal): -2309985 or 10469596. OLE color: 10469596.

HSL color Cylindrical-coordinate representation of color #DCC09F: hue angle of 32.46º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCC09F is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220192159-
CMYK00.130.280.14
HSL32.46º46.56%74.31%-
HSV(B)32.46º27.73%86.27%-
XYZ54.6255.4240.62-
YUV196.61106.78144.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=38.53%
G=33.63%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019215900.130.280.1432.4646.5674.31
HexDCC09F0D1CE202f4a
Octal33430023701534164057112
Binary110111001100000010011111011011110011101000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC09F; }

 p { color: rgb(220,192,159); }

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

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

 a { background-color: rgb(220,192,159); }

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

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

 span { border-color: rgb(220,192,159); }

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