#DFC8A4

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

Shades of Raffia #DFC8A4

Tints of Raffia #DFC8A4

Color information

#DFC8A4 (or 0xDFC8A4) is unknown color: approx Raffia. HEX triplet: DF, C8 and A4. RGB value is (223,200,164). Sum of RGB (Red+Green+Blue) = 223+200+164=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC8A4 is #20375B. Grayscale: #CACACA. Windows color (decimal): -2111324 or 10799327. OLE color: 10799327.

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

Color convert

RGB223200164-
CMYK00.100.260.13
HSL36.61º47.97%75.88%-
HSV(B)36.61º26.46%87.45%-
XYZ57.7959.6843.6-
YUV202.77106.12142.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=37.99%
G=34.07%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320016400.100.260.1336.6147.9775.88
HexDFC8A40A1AD25304c
Octal33731024401232154560114
Binary110111111100100010100100010101101011011001011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8A4; }

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

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

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

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

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

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

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

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