#DFC19C

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

Shades of Raffia #DFC19C

Tints of Raffia #DFC19C

Color information

#DFC19C (or 0xDFC19C) is unknown color: approx Raffia. HEX triplet: DF, C1 and 9C. RGB value is (223,193,156). Sum of RGB (Red+Green+Blue) = 223+193+156=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC19C is #203E63. Grayscale: #C5C5C5. Windows color (decimal): -2113124 or 10273247. OLE color: 10273247.

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

Color convert

RGB223193156-
CMYK00.130.300.13
HSL33.13º51.15%74.31%-
HSV(B)33.13º30.04%87.45%-
XYZ55.556.2339.38-
YUV197.75104.44146.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=38.99%
G=33.74%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319315600.130.300.1333.1351.1574.31
HexDFC19C0D1ED21334a
Octal33730123401536154163112
Binary110111111100000110011100011011111011011000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC19C; }

 p { color: rgb(223,193,156); }

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

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

 a { background-color: rgb(223,193,156); }

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

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

 span { border-color: rgb(223,193,156); }

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