#DCC099

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

Shades of Raffia #DCC099

Tints of Raffia #DCC099

Color information

#DCC099 (or 0xDCC099) is unknown color: approx Raffia. HEX triplet: DC, C0 and 99. RGB value is (220,192,153). Sum of RGB (Red+Green+Blue) = 220+192+153=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC099 is #233F66. Grayscale: #C4C4C4. Windows color (decimal): -2309991 or 10076380. OLE color: 10076380.

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

Color convert

RGB220192153-
CMYK00.130.300.14
HSL34.93º48.91%73.14%-
HSV(B)34.93º30.45%86.27%-
XYZ54.1155.2137.94-
YUV195.93103.78145.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=38.94%
G=33.98%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019215300.130.300.1434.9348.9173.14
HexDCC0990D1EE233149
Octal33430023101536164361111
Binary110111001100000010011001011011111011101000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC099; }

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

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

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

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

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

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

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

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