#DFC299

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

Shades of Raffia #DFC299

Tints of Raffia #DFC299

Color information

#DFC299 (or 0xDFC299) is unknown color: approx Raffia. HEX triplet: DF, C2 and 99. RGB value is (223,194,153). Sum of RGB (Red+Green+Blue) = 223+194+153=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC299 is #203D66. Grayscale: #C6C6C6. Windows color (decimal): -2112871 or 10076895. OLE color: 10076895.

HSL color Cylindrical-coordinate representation of color #DFC299: hue angle of 35.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFC299 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223194153-
CMYK00.130.310.13
HSL35.14º52.24%73.73%-
HSV(B)35.14º31.39%87.45%-
XYZ55.4756.5738.13-
YUV198102.61145.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=39.12%
G=34.04%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319415300.130.310.1335.1452.2473.73
HexDFC2990D1FD23344a
Octal33730223101537154364112
Binary110111111100001010011001011011111111011000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC299; }

 p { color: rgb(223,194,153); }

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

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

 a { background-color: rgb(223,194,153); }

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

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

 span { border-color: rgb(223,194,153); }

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