#DFBBAA

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

Shades of Just Right #DFBBAA

Tints of Just Right #DFBBAA

Color information

#DFBBAA (or 0xDFBBAA) is unknown color: approx Just Right. HEX triplet: DF, BB and AA. RGB value is (223,187,170). Sum of RGB (Red+Green+Blue) = 223+187+170=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBAA is #204455. Grayscale: #C3C3C3. Windows color (decimal): -2114646 or 11189215. OLE color: 11189215.

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

Color convert

RGB223187170-
CMYK00.160.240.13
HSL19.25º45.3%77.06%-
HSV(B)19.25º23.77%87.45%-
XYZ55.4654.1345.56-
YUV195.83113.43147.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=38.45%
G=32.24%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318717000.160.240.1319.2545.377.06
HexDFBBAA01018D132d4d
Octal33727325202030152355115
Binary110111111011101110101010010000110001101100111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBAA; }

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

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

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

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

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

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

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

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