#DFCBAC

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

Shades of Raffia #DFCBAC

Tints of Raffia #DFCBAC

Color information

#DFCBAC (or 0xDFCBAC) is unknown color: approx Raffia. HEX triplet: DF, CB and AC. RGB value is (223,203,172). Sum of RGB (Red+Green+Blue) = 223+203+172=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBAC is #203453. Grayscale: #CDCDCD. Windows color (decimal): -2110548 or 11324383. OLE color: 11324383.

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

Color convert

RGB223203172-
CMYK00.090.230.13
HSL36.47º44.35%77.45%-
HSV(B)36.47º22.87%87.45%-
XYZ59.2361.3847.75-
YUV205.45109.13140.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=37.29%
G=33.95%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320317200.090.230.1336.4744.3577.45
HexDFCBAC0917D242c4d
Octal33731325401127154454115
Binary110111111100101110101100010011011111011001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBAC; }

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

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

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

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

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

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

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

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