#DFC699

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

Shades of Raffia #DFC699

Tints of Raffia #DFC699

Color information

#DFC699 (or 0xDFC699) is unknown color: approx Raffia. HEX triplet: DF, C6 and 99. RGB value is (223,198,153). Sum of RGB (Red+Green+Blue) = 223+198+153=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC699 is #203966. Grayscale: #C8C8C8. Windows color (decimal): -2111847 or 10077919. OLE color: 10077919.

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

Color convert

RGB223198153-
CMYK00.110.310.13
HSL38.57º52.24%73.73%-
HSV(B)38.57º31.39%87.45%-
XYZ56.3858.3838.43-
YUV200.34101.28144.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 153 (60.16% from 255) = 26.66%
R=38.85%
G=34.49%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319815300.110.310.1338.5752.2473.73
HexDFC6990B1FD27344a
Octal33730623101337154764112
Binary110111111100011010011001010111111111011001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC699; }

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

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

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

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

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

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

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

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