#DFC49B

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

Shades of Raffia #DFC49B

Tints of Raffia #DFC49B

Color information

#DFC49B (or 0xDFC49B) is unknown color: approx Raffia. HEX triplet: DF, C4 and 9B. RGB value is (223,196,155). Sum of RGB (Red+Green+Blue) = 223+196+155=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49B is #203B64. Grayscale: #C7C7C7. Windows color (decimal): -2112357 or 10208479. OLE color: 10208479.

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

Color convert

RGB223196155-
CMYK00.120.300.13
HSL36.18º51.52%74.12%-
HSV(B)36.18º30.49%87.45%-
XYZ56.0957.5339.16-
YUV199.4102.95144.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=38.85%
G=34.15%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319615500.120.300.1336.1851.5274.12
HexDFC49B0C1ED24344a
Octal33730423301436154464112
Binary110111111100010010011011011001111011011001001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC49B; }

 p { color: rgb(223,196,155); }

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

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

 a { background-color: rgb(223,196,155); }

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

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

 span { border-color: rgb(223,196,155); }

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