#DFC29C

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

Shades of Raffia #DFC29C

Tints of Raffia #DFC29C

Color information

#DFC29C (or 0xDFC29C) is unknown color: approx Raffia. HEX triplet: DF, C2 and 9C. RGB value is (223,194,156). Sum of RGB (Red+Green+Blue) = 223+194+156=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC29C is #203D63. Grayscale: #C6C6C6. Windows color (decimal): -2112868 or 10273503. OLE color: 10273503.

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

Color convert

RGB223194156-
CMYK00.130.300.13
HSL34.03º51.15%74.31%-
HSV(B)34.03º30.04%87.45%-
XYZ55.7256.6739.45-
YUV198.34104.11145.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 156 (61.33% from 255) = 27.23%
R=38.92%
G=33.86%
B=27.23%

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
Decimal22319415600.130.300.1334.0351.1574.31
HexDFC29C0D1ED22334a
Octal33730223401536154263112
Binary110111111100001010011100011011111011011000101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC29C; }

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

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

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

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

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

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

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

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