#DCCAA1

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

Shades of Raffia #DCCAA1

Tints of Raffia #DCCAA1

Color information

#DCCAA1 (or 0xDCCAA1) is unknown color: approx Raffia. HEX triplet: DC, CA and A1. RGB value is (220,202,161). Sum of RGB (Red+Green+Blue) = 220+202+161=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA1 is #23355E. Grayscale: #CACACA. Windows color (decimal): -2307423 or 10603228. OLE color: 10603228.

HSL color Cylindrical-coordinate representation of color #DCCAA1: hue angle of 41.69º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCCAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220202161-
CMYK00.080.270.14
HSL41.69º45.74%74.71%-
HSV(B)41.69º26.82%86.27%-
XYZ57.0760.0342.3-
YUV202.71104.46140.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=37.74%
G=34.65%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020216100.080.270.1441.6945.7474.71
HexDCCAA1081BE2a2e4b
Octal33431224101033165256113
Binary110111001100101010100001010001101111101010101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAA1; }

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

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

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

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

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

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

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

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