#DCC29F

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

Shades of Raffia #DCC29F

Tints of Raffia #DCC29F

Color information

#DCC29F (or 0xDCC29F) is unknown color: approx Raffia. HEX triplet: DC, C2 and 9F. RGB value is (220,194,159). Sum of RGB (Red+Green+Blue) = 220+194+159=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29F is #233D60. Grayscale: #C5C5C5. Windows color (decimal): -2309473 or 10470108. OLE color: 10470108.

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

Color convert

RGB220194159-
CMYK00.120.280.14
HSL34.43º46.56%74.31%-
HSV(B)34.43º27.73%86.27%-
XYZ55.0656.340.77-
YUV197.78106.11143.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=38.39%
G=33.86%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019415900.120.280.1434.4346.5674.31
HexDCC29F0C1CE222f4a
Octal33430223701434164257112
Binary110111001100001010011111011001110011101000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC29F; }

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

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

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

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

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

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

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

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