#DCC29D

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

Shades of Raffia #DCC29D

Tints of Raffia #DCC29D

Color information

#DCC29D (or 0xDCC29D) is unknown color: approx Raffia. HEX triplet: DC, C2 and 9D. RGB value is (220,194,157). Sum of RGB (Red+Green+Blue) = 220+194+157=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29D is #233D62. Grayscale: #C5C5C5. Windows color (decimal): -2309475 or 10339036. OLE color: 10339036.

HSL color Cylindrical-coordinate representation of color #DCC29D: hue angle of 35.24º degrees, saturation: 0.47, 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 #DCC29D is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220194157-
CMYK00.120.290.14
HSL35.24º47.37%73.92%-
HSV(B)35.24º28.64%86.27%-
XYZ54.8956.2339.86-
YUV197.56105.11144.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=38.53%
G=33.98%
B=27.50%

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
Decimal22019415700.120.290.1435.2447.3773.92
HexDCC29D0C1DE232f4a
Octal33430223501435164357112
Binary110111001100001010011101011001110111101000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC29D; }

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

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

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

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

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

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

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

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