#DFBB9F

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

Shades of Just Right #DFBB9F

Tints of Just Right #DFBB9F

Color information

#DFBB9F (or 0xDFBB9F) is unknown color: approx Just Right. HEX triplet: DF, BB and 9F. RGB value is (223,187,159). Sum of RGB (Red+Green+Blue) = 223+187+159=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB9F is #204460. Grayscale: #C2C2C2. Windows color (decimal): -2114657 or 10468319. OLE color: 10468319.

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

Color convert

RGB223187159-
CMYK00.160.290.13
HSL26.25º50%74.9%-
HSV(B)26.25º28.7%87.45%-
XYZ54.4653.7340.3-
YUV194.57107.93148.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=39.19%
G=32.86%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318715900.160.290.1326.255074.9
HexDFBB9F0101DD1a324b
Octal33727323702035153262113
Binary110111111011101110011111010000111011101110101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB9F; }

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

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

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

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

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

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

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

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