#DFBFA9

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

Shades of Just Right #DFBFA9

Tints of Just Right #DFBFA9

Color information

#DFBFA9 (or 0xDFBFA9) is unknown color: approx Just Right. HEX triplet: DF, BF and A9. RGB value is (223,191,169). Sum of RGB (Red+Green+Blue) = 223+191+169=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBFA9 is #204056. Grayscale: #C6C6C6. Windows color (decimal): -2113623 or 11124703. OLE color: 11124703.

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

Color convert

RGB223191169-
CMYK00.140.240.13
HSL24.44º45.76%76.86%-
HSV(B)24.44º24.22%87.45%-
XYZ56.2255.8145.35-
YUV198.06111.6145.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 169 (66.41% from 255) = 28.99%
R=38.25%
G=32.76%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319116900.140.240.1324.4445.7676.86
HexDFBFA90E18D182e4d
Octal33727725101630153056115
Binary11011111101111111010100101110110001101110001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFA9; }

 p { color: rgb(223,191,169); }

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

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

 a { background-color: rgb(223,191,169); }

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

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

 span { border-color: rgb(223,191,169); }

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