#DFCBA7

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

Shades of Raffia #DFCBA7

Tints of Raffia #DFCBA7

Color information

#DFCBA7 (or 0xDFCBA7) is unknown color: approx Raffia. HEX triplet: DF, CB and A7. RGB value is (223,203,167). Sum of RGB (Red+Green+Blue) = 223+203+167=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA7 is #203458. Grayscale: #CDCDCD. Windows color (decimal): -2110553 or 10996703. OLE color: 10996703.

HSL color Cylindrical-coordinate representation of color #DFCBA7: hue angle of 38.57º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFCBA7 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB223203167-
CMYK00.090.250.13
HSL38.57º46.67%76.47%-
HSV(B)38.57º25.11%87.45%-
XYZ58.7661.1945.27-
YUV204.88106.63140.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 167 (65.62% from 255) = 28.16%
R=37.61%
G=34.23%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320316700.090.250.1338.5746.6776.47
HexDFCBA70919D272f4c
Octal33731324701131154757114
Binary110111111100101110100111010011100111011001111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBA7; }

 p { color: rgb(223,203,167); }

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

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

 a { background-color: rgb(223,203,167); }

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

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

 span { border-color: rgb(223,203,167); }

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