#DCC49B

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

Shades of Raffia #DCC49B

Tints of Raffia #DCC49B

Color information

#DCC49B (or 0xDCC49B) is unknown color: approx Raffia. HEX triplet: DC, C4 and 9B. RGB value is (220,196,155). Sum of RGB (Red+Green+Blue) = 220+196+155=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49B is #233B64. Grayscale: #C6C6C6. Windows color (decimal): -2308965 or 10208476. OLE color: 10208476.

HSL color Cylindrical-coordinate representation of color #DCC49B: hue angle of 37.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC49B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220196155-
CMYK00.110.300.14
HSL37.85º48.15%73.53%-
HSV(B)37.85º29.55%86.27%-
XYZ55.1757.0639.12-
YUV198.5103.45143.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=38.53%
G=34.33%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019615500.110.300.1437.8548.1573.53
HexDCC49B0B1EE26304a
Octal33430423301336164660112
Binary110111001100010010011011010111111011101001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC49B; }

 p { color: rgb(220,196,155); }

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

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

 a { background-color: rgb(220,196,155); }

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

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

 span { border-color: rgb(220,196,155); }

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