Shades of Just Right #DFBAA1
Tints of Just Right #DFBAA1
RGB
CMYK
RGB Variations
Color information
#DFBAA1 (or 0xDFBAA1) is known color: Just Right. HEX triplet: DF, BA and A1. RGB value is (223,186,161). Sum of RGB (Red+Green+Blue) = 223+186+161=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAA1 is #20455E. Grayscale: #C2C2C2. Windows color (decimal): -2114911 or 10599135. OLE color: 10599135.
HSL color Cylindrical-coordinate representation of color #DFBAA1: hue angle of 24.19º degrees, saturation: 0.49, 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 #DFBAA1 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 161 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.13 |
| HSL | 24.19º | 0.49% | 0.75% | - |
| HSV(B) | 24.19º | 0.28% | 0.87% | - |
| XYZ | 54.42 | 53.38 | 41.15 | - |
| YUV | 194.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 161 | 0 | 0.17 | 0.28 | 0.13 | 24.19 | 0.49 | 0.75 |
| Hex | DF | BA | A1 | 0 | 11 | 1C | D | 18 | 31 | 4B |
| Octal | 337 | 272 | 241 | 0 | 21 | 34 | 15 | 30 | 61 | 113 |
| Binary | 11011111 | 10111010 | 10100001 | 0 | 10001 | 11100 | 1101 | 11000 | 110001 | 1001011 |
Color Harmonies of #DFBAA1
Complementary color
Monochromatic Colors of #DFBAA1
Black with #DFBAA1
Text Example
Text Example
White with #DFBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAA1; }
p { color: rgb(223,186,161); }
H1.HeaderClassName
{
color: #DFBAA1;
}
.AnyTagClassName
{
color: #DFBAA1;
}
</style>
background-color css
<style>
a { background-color: #DFBAA1; }
a { background-color: rgb(223,186,161); }
div.DivClassName
{
background-color: #DFBAA1;
}
.BgClassName
{
background-color: #DFBAA1;
}
</style>
border-color css
<style>
span { border-color: #DFBAA1; }
span { border-color: rgb(223,186,161); }
td.TdClassName
{
border-color: #DFBAA1;
}
.TagClassName
{
border-color: #DFBAA1;
}
</style>