#DCC899

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

Shades of Raffia #DCC899

Tints of Raffia #DCC899

Color information

#DCC899 (or 0xDCC899) is unknown color: approx Raffia. HEX triplet: DC, C8 and 99. RGB value is (220,200,153). Sum of RGB (Red+Green+Blue) = 220+200+153=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC899 is #233766. Grayscale: #C8C8C8. Windows color (decimal): -2307943 or 10078428. OLE color: 10078428.

HSL color Cylindrical-coordinate representation of color #DCC899: hue angle of 42.09º 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 #DCC899 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220200153-
CMYK00.090.300.14
HSL42.09º48.91%73.14%-
HSV(B)42.09º30.45%86.27%-
XYZ55.9258.8238.54-
YUV200.62101.13141.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 153 (60.16% from 255) = 26.70%
R=38.39%
G=34.90%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020015300.090.300.1442.0948.9173.14
HexDCC899091EE2a3149
Octal33431023101136165261111
Binary110111001100100010011001010011111011101010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC899; }

 p { color: rgb(220,200,153); }

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

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

 a { background-color: rgb(220,200,153); }

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

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

 span { border-color: rgb(220,200,153); }

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