#DFBAA6

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

Shades of Just Right #DFBAA6

Tints of Just Right #DFBAA6

Color information

#DFBAA6 (or 0xDFBAA6) is unknown color: approx Just Right. HEX triplet: DF, BA and A6. RGB value is (223,186,166). Sum of RGB (Red+Green+Blue) = 223+186+166=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAA6 is #204559. Grayscale: #C2C2C2. Windows color (decimal): -2114906 or 10926815. OLE color: 10926815.

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

Color convert

RGB223186166-
CMYK00.170.260.13
HSL21.05º47.11%76.27%-
HSV(B)21.05º25.56%87.45%-
XYZ54.8753.5643.52-
YUV194.78111.76148.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=38.78%
G=32.35%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318616600.170.260.1321.0547.1176.27
HexDFBAA60111AD152f4c
Octal33727224602132152557114
Binary110111111011101010100110010001110101101101011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAA6; }

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

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

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

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

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

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

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

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