#DFBBA0

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

Shades of Just Right #DFBBA0

Tints of Just Right #DFBBA0

Color information

#DFBBA0 (or 0xDFBBA0) is unknown color: approx Just Right. HEX triplet: DF, BB and A0. RGB value is (223,187,160). Sum of RGB (Red+Green+Blue) = 223+187+160=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBA0 is #20445F. Grayscale: #C2C2C2. Windows color (decimal): -2114656 or 10533855. OLE color: 10533855.

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

Color convert

RGB223187160-
CMYK00.160.280.13
HSL25.71º49.61%75.1%-
HSV(B)25.71º28.25%87.45%-
XYZ54.5553.7740.76-
YUV194.69108.43148.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=39.12%
G=32.81%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318716000.160.280.1325.7149.6175.1
HexDFBBA00101CD1a324b
Octal33727324002034153262113
Binary110111111011101110100000010000111001101110101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBA0; }

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

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

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

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

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

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

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

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