#DFC7A4

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

Shades of Raffia #DFC7A4

Tints of Raffia #DFC7A4

Color information

#DFC7A4 (or 0xDFC7A4) is unknown color: approx Raffia. HEX triplet: DF, C7 and A4. RGB value is (223,199,164). Sum of RGB (Red+Green+Blue) = 223+199+164=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7A4 is #20385B. Grayscale: #CACACA. Windows color (decimal): -2111580 or 10799071. OLE color: 10799071.

HSL color Cylindrical-coordinate representation of color #DFC7A4: hue angle of 35.59º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFC7A4 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223199164-
CMYK00.110.260.13
HSL35.59º47.97%75.88%-
HSV(B)35.59º26.46%87.45%-
XYZ57.5659.2243.52-
YUV202.19106.45142.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=38.05%
G=33.96%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319916400.110.260.1335.5947.9775.88
HexDFC7A40B1AD24304c
Octal33730724401332154460114
Binary110111111100011110100100010111101011011001001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7A4; }

 p { color: rgb(223,199,164); }

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

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

 a { background-color: rgb(223,199,164); }

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

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

 span { border-color: rgb(223,199,164); }

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