#DCC699

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

Shades of Raffia #DCC699

Tints of Raffia #DCC699

Color information

#DCC699 (or 0xDCC699) is unknown color: approx Raffia. HEX triplet: DC, C6 and 99. RGB value is (220,198,153). Sum of RGB (Red+Green+Blue) = 220+198+153=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC699 is #233966. Grayscale: #C7C7C7. Windows color (decimal): -2308455 or 10077916. OLE color: 10077916.

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

Color convert

RGB220198153-
CMYK00.10.300.14
HSL40.3º48.91%73.14%-
HSV(B)40.3º30.45%86.27%-
XYZ55.4657.938.39-
YUV199.45101.79142.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=38.53%
G=34.68%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019815300.10.300.1440.348.9173.14
HexDCC6990A1EE283149
Octal33430623101236165061111
Binary110111001100011010011001010101111011101010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC699; }

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

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

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

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

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

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

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

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