Shades of Just Right #DFBCA1
Tints of Just Right #DFBCA1
RGB
CMYK
RGB Variations
Color information
#DFBCA1 (or 0xDFBCA1) is known color: Just Right. HEX triplet: DF, BC and A1. RGB value is (223,188,161). Sum of RGB (Red+Green+Blue) = 223+188+161=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA1 is #20435E. Grayscale: #C3C3C3. Windows color (decimal): -2114399 or 10599647. OLE color: 10599647.
HSL color Cylindrical-coordinate representation of color #DFBCA1: hue angle of 26.13º 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 #DFBCA1 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 161 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.13 |
| HSL | 26.13º | 0.49% | 0.75% | - |
| HSV(B) | 26.13º | 0.28% | 0.87% | - |
| XYZ | 54.85 | 54.23 | 41.29 | - |
| YUV | 195.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 161 | 0 | 0.16 | 0.28 | 0.13 | 26.13 | 0.49 | 0.75 |
| Hex | DF | BC | A1 | 0 | 10 | 1C | D | 1A | 31 | 4B |
| Octal | 337 | 274 | 241 | 0 | 20 | 34 | 15 | 32 | 61 | 113 |
| Binary | 11011111 | 10111100 | 10100001 | 0 | 10000 | 11100 | 1101 | 11010 | 110001 | 1001011 |
Color Harmonies of #DFBCA1
Complementary color
Monochromatic Colors of #DFBCA1
Black with #DFBCA1
Text Example
Text Example
White with #DFBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCA1; }
p { color: rgb(223,188,161); }
H1.HeaderClassName
{
color: #DFBCA1;
}
.AnyTagClassName
{
color: #DFBCA1;
}
</style>
background-color css
<style>
a { background-color: #DFBCA1; }
a { background-color: rgb(223,188,161); }
div.DivClassName
{
background-color: #DFBCA1;
}
.BgClassName
{
background-color: #DFBCA1;
}
</style>
border-color css
<style>
span { border-color: #DFBCA1; }
span { border-color: rgb(223,188,161); }
td.TdClassName
{
border-color: #DFBCA1;
}
.TagClassName
{
border-color: #DFBCA1;
}
</style>