#DCC29C

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

Shades of Raffia #DCC29C

Tints of Raffia #DCC29C

Color information

#DCC29C (or 0xDCC29C) is unknown color: approx Raffia. HEX triplet: DC, C2 and 9C. RGB value is (220,194,156). Sum of RGB (Red+Green+Blue) = 220+194+156=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29C is #233D63. Grayscale: #C5C5C5. Windows color (decimal): -2309476 or 10273500. OLE color: 10273500.

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

Color convert

RGB220194156-
CMYK00.120.290.14
HSL35.63º47.76%73.73%-
HSV(B)35.63º29.09%86.27%-
XYZ54.8156.239.41-
YUV197.44104.61144.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=38.60%
G=34.04%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019415600.120.290.1435.6347.7673.73
HexDCC29C0C1DE24304a
Octal33430223401435164460112
Binary110111001100001010011100011001110111101001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC29C; }

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

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

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

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

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

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

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

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