Shades of Just Right #DFBAA4
Tints of Just Right #DFBAA4
RGB
CMYK
RGB Variations
Color information
#DFBAA4 (or 0xDFBAA4) is known color: Just Right. HEX triplet: DF, BA and A4. RGB value is (223,186,164). Sum of RGB (Red+Green+Blue) = 223+186+164=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAA4 is #20455B. Grayscale: #C2C2C2. Windows color (decimal): -2114908 or 10795743. OLE color: 10795743.
HSL color Cylindrical-coordinate representation of color #DFBAA4: hue angle of 22.37º degrees, saturation: 0.48, 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 #DFBAA4 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 164 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.13 |
| HSL | 22.37º | 0.48% | 0.76% | - |
| HSV(B) | 22.37º | 0.26% | 0.87% | - |
| XYZ | 54.69 | 53.49 | 42.56 | - |
| YUV | 194.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 164 | 0 | 0.17 | 0.26 | 0.13 | 22.37 | 0.48 | 0.76 |
| Hex | DF | BA | A4 | 0 | 11 | 1A | D | 16 | 30 | 4C |
| Octal | 337 | 272 | 244 | 0 | 21 | 32 | 15 | 26 | 60 | 114 |
| Binary | 11011111 | 10111010 | 10100100 | 0 | 10001 | 11010 | 1101 | 10110 | 110000 | 1001100 |
Color Harmonies of #DFBAA4
Complementary color
Monochromatic Colors of #DFBAA4
Black with #DFBAA4
Text Example
Text Example
White with #DFBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAA4; }
p { color: rgb(223,186,164); }
H1.HeaderClassName
{
color: #DFBAA4;
}
.AnyTagClassName
{
color: #DFBAA4;
}
</style>
background-color css
<style>
a { background-color: #DFBAA4; }
a { background-color: rgb(223,186,164); }
div.DivClassName
{
background-color: #DFBAA4;
}
.BgClassName
{
background-color: #DFBAA4;
}
</style>
border-color css
<style>
span { border-color: #DFBAA4; }
span { border-color: rgb(223,186,164); }
td.TdClassName
{
border-color: #DFBAA4;
}
.TagClassName
{
border-color: #DFBAA4;
}
</style>