#DFC99D

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

Shades of Raffia #DFC99D

Tints of Raffia #DFC99D

Color information

#DFC99D (or 0xDFC99D) is unknown color: approx Raffia. HEX triplet: DF, C9 and 9D. RGB value is (223,201,157). Sum of RGB (Red+Green+Blue) = 223+201+157=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC99D is #203662. Grayscale: #CACACA. Windows color (decimal): -2111075 or 10340831. OLE color: 10340831.

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

Color convert

RGB223201157-
CMYK00.100.300.13
HSL40º50.77%74.51%-
HSV(B)40º29.6%87.45%-
XYZ57.459.940.43-
YUV202.56102.29142.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 157 (61.72% from 255) = 27.02%
R=38.38%
G=34.60%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320115700.100.300.134050.7774.51
HexDFC99D0A1ED28334b
Octal33731123501236155063113
Binary110111111100100110011101010101111011011010001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC99D; }

 p { color: rgb(223,201,157); }

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

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

 a { background-color: rgb(223,201,157); }

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

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

 span { border-color: rgb(223,201,157); }

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