#DCC296

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

Shades of Raffia #DCC296

Tints of Raffia #DCC296

Color information

#DCC296 (or 0xDCC296) is unknown color: approx Raffia. HEX triplet: DC, C2 and 96. RGB value is (220,194,150). Sum of RGB (Red+Green+Blue) = 220+194+150=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC296 is #233D69. Grayscale: #C4C4C4. Windows color (decimal): -2309482 or 9880284. OLE color: 9880284.

HSL color Cylindrical-coordinate representation of color #DCC296: hue angle of 37.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC296 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220194150-
CMYK00.120.320.14
HSL37.71º50%72.55%-
HSV(B)37.71º31.82%86.27%-
XYZ54.315636.8-
YUV196.76101.61144.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 150 (58.98% from 255) = 26.60%
R=39.01%
G=34.40%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019415000.120.320.1437.715072.55
HexDCC2960C20E263249
Octal33430222601440164662111
Binary1101110011000010100101100110010000011101001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC296; }

 p { color: rgb(220,194,150); }

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

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

 a { background-color: rgb(220,194,150); }

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

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

 span { border-color: rgb(220,194,150); }

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