#DFC89C

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

Shades of Raffia #DFC89C

Tints of Raffia #DFC89C

Color information

#DFC89C (or 0xDFC89C) is unknown color: approx Raffia. HEX triplet: DF, C8 and 9C. RGB value is (223,200,156). Sum of RGB (Red+Green+Blue) = 223+200+156=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC89C is #203763. Grayscale: #CACACA. Windows color (decimal): -2111332 or 10275039. OLE color: 10275039.

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

Color convert

RGB223200156-
CMYK00.100.300.13
HSL39.4º51.15%74.31%-
HSV(B)39.4º30.04%87.45%-
XYZ57.0959.439.91-
YUV201.86102.12143.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=38.51%
G=34.54%
B=26.94%

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
Decimal22320015600.100.300.1339.451.1574.31
HexDFC89C0A1ED27334a
Octal33731023401236154763112
Binary110111111100100010011100010101111011011001111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC89C; }

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

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

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

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

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

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

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

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