#DFC39F

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

Shades of Raffia #DFC39F

Tints of Raffia #DFC39F

Color information

#DFC39F (or 0xDFC39F) is unknown color: approx Raffia. HEX triplet: DF, C3 and 9F. RGB value is (223,195,159). Sum of RGB (Red+Green+Blue) = 223+195+159=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC39F is #203C60. Grayscale: #C7C7C7. Windows color (decimal): -2112609 or 10470367. OLE color: 10470367.

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

Color convert

RGB223195159-
CMYK00.130.290.13
HSL33.75º50%74.9%-
HSV(B)33.75º28.7%87.45%-
XYZ56.257.2240.88-
YUV199.27105.28144.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 195 (76.56% from 255) = 33.80%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=38.65%
G=33.80%
B=27.56%

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
Decimal22319515900.130.290.1333.755074.9
HexDFC39F0D1DD22324b
Octal33730323701535154262113
Binary110111111100001110011111011011110111011000101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC39F; }

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

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

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

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

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

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

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

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