#DCC29A

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

Shades of Raffia #DCC29A

Tints of Raffia #DCC29A

Color information

#DCC29A (or 0xDCC29A) is unknown color: approx Raffia. HEX triplet: DC, C2 and 9A. RGB value is (220,194,154). Sum of RGB (Red+Green+Blue) = 220+194+154=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29A is #233D65. Grayscale: #C5C5C5. Windows color (decimal): -2309478 or 10142428. OLE color: 10142428.

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

Color convert

RGB220194154-
CMYK00.120.30.14
HSL36.36º48.53%73.33%-
HSV(B)36.36º30%86.27%-
XYZ54.6456.1338.53-
YUV197.21103.61144.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 154 (60.55% from 255) = 27.11%
R=38.73%
G=34.15%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019415400.120.30.1436.3648.5373.33
HexDCC29A0C1EE243149
Octal33430223201436164461111
Binary110111001100001010011010011001111011101001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC29A; }

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

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

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

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

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

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

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

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