#DFC39B

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

Shades of Raffia #DFC39B

Tints of Raffia #DFC39B

Color information

#DFC39B (or 0xDFC39B) is unknown color: approx Raffia. HEX triplet: DF, C3 and 9B. RGB value is (223,195,155). Sum of RGB (Red+Green+Blue) = 223+195+155=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC39B is #203C64. Grayscale: #C7C7C7. Windows color (decimal): -2112613 or 10208223. OLE color: 10208223.

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

Color convert

RGB223195155-
CMYK00.130.300.13
HSL35.29º51.52%74.12%-
HSV(B)35.29º30.49%87.45%-
XYZ55.8657.0839.08-
YUV198.81103.28145.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=38.92%
G=34.03%
B=27.05%

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
Decimal22319515500.130.300.1335.2951.5274.12
HexDFC39B0D1ED23344a
Octal33730323301536154364112
Binary110111111100001110011011011011111011011000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC39B; }

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

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

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

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

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

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

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

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