#DFC29F

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

Shades of Raffia #DFC29F

Tints of Raffia #DFC29F

Color information

#DFC29F (or 0xDFC29F) is unknown color: approx Raffia. HEX triplet: DF, C2 and 9F. RGB value is (223,194,159). Sum of RGB (Red+Green+Blue) = 223+194+159=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC29F is #203D60. Grayscale: #C6C6C6. Windows color (decimal): -2112865 or 10470111. OLE color: 10470111.

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

Color convert

RGB223194159-
CMYK00.130.290.13
HSL32.81º50%74.9%-
HSV(B)32.81º28.7%87.45%-
XYZ55.9856.7740.81-
YUV198.68105.61145.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=38.72%
G=33.68%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319415900.130.290.1332.815074.9
HexDFC29F0D1DD21324b
Octal33730223701535154162113
Binary110111111100001010011111011011110111011000011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC29F; }

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

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

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

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

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

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

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

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