#DFBA9F

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

Shades of Just Right #DFBA9F

Tints of Just Right #DFBA9F

Color information

#DFBA9F (or 0xDFBA9F) is unknown color: approx Just Right. HEX triplet: DF, BA and 9F. RGB value is (223,186,159). Sum of RGB (Red+Green+Blue) = 223+186+159=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA9F is #204560. Grayscale: #C2C2C2. Windows color (decimal): -2114913 or 10468063. OLE color: 10468063.

HSL color Cylindrical-coordinate representation of color #DFBA9F: hue angle of 25.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFBA9F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223186159-
CMYK00.170.290.13
HSL25.31º50%74.9%-
HSV(B)25.31º28.7%87.45%-
XYZ54.2553.3140.23-
YUV193.98108.26148.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=39.26%
G=32.75%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318615900.170.290.1325.315074.9
HexDFBA9F0111DD19324b
Octal33727223702135153162113
Binary110111111011101010011111010001111011101110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA9F; }

 p { color: rgb(223,186,159); }

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

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

 a { background-color: rgb(223,186,159); }

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

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

 span { border-color: rgb(223,186,159); }

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