#DCCA9F

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

Shades of Raffia #DCCA9F

Tints of Raffia #DCCA9F

Color information

#DCCA9F (or 0xDCCA9F) is unknown color: approx Raffia. HEX triplet: DC, CA and 9F. RGB value is (220,202,159). Sum of RGB (Red+Green+Blue) = 220+202+159=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA9F is #233560. Grayscale: #CACACA. Windows color (decimal): -2307425 or 10472156. OLE color: 10472156.

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

Color convert

RGB220202159-
CMYK00.080.280.14
HSL42.3º46.56%74.31%-
HSV(B)42.3º27.73%86.27%-
XYZ56.8959.9641.38-
YUV202.48103.46140.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=37.87%
G=34.77%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020215900.080.280.1442.346.5674.31
HexDCCA9F081CE2a2f4a
Octal33431223701034165257112
Binary110111001100101010011111010001110011101010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA9F; }

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

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

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

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

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

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

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

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