#DCC5A1

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

Shades of Raffia #DCC5A1

Tints of Raffia #DCC5A1

Color information

#DCC5A1 (or 0xDCC5A1) is unknown color: approx Raffia. HEX triplet: DC, C5 and A1. RGB value is (220,197,161). Sum of RGB (Red+Green+Blue) = 220+197+161=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5A1 is #233A5E. Grayscale: #C7C7C7. Windows color (decimal): -2308703 or 10601948. OLE color: 10601948.

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

Color convert

RGB220197161-
CMYK00.100.270.14
HSL36.61º45.74%74.71%-
HSV(B)36.61º26.82%86.27%-
XYZ55.9157.7241.91-
YUV199.77106.12142.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 161 (63.28% from 255) = 27.85%
R=38.06%
G=34.08%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019716100.100.270.1436.6145.7474.71
HexDCC5A10A1BE252e4b
Octal33430524101233164556113
Binary110111001100010110100001010101101111101001011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5A1; }

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

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

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

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

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

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

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

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