#DFC19B

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

Shades of Raffia #DFC19B

Tints of Raffia #DFC19B

Color information

#DFC19B (or 0xDFC19B) is unknown color: approx Raffia. HEX triplet: DF, C1 and 9B. RGB value is (223,193,155). Sum of RGB (Red+Green+Blue) = 223+193+155=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC19B is #203E64. Grayscale: #C5C5C5. Windows color (decimal): -2113125 or 10207711. OLE color: 10207711.

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

Color convert

RGB223193155-
CMYK00.130.300.13
HSL33.53º51.52%74.12%-
HSV(B)33.53º30.49%87.45%-
XYZ55.4256.1938.94-
YUV197.64103.94146.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=39.05%
G=33.80%
B=27.15%

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
Decimal22319315500.130.300.1333.5351.5274.12
HexDFC19B0D1ED22344a
Octal33730123301536154264112
Binary110111111100000110011011011011111011011000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC19B; }

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

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

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

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

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

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

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

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