Shades of Just Right #DFBCA2
Tints of Just Right #DFBCA2
RGB
CMYK
RGB Variations
Color information
#DFBCA2 (or 0xDFBCA2) is known color: Just Right. HEX triplet: DF, BC and A2. RGB value is (223,188,162). Sum of RGB (Red+Green+Blue) = 223+188+162=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA2 is #20435D. Grayscale: #C3C3C3. Windows color (decimal): -2114398 or 10665183. OLE color: 10665183.
HSL color Cylindrical-coordinate representation of color #DFBCA2: hue angle of 25.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFBCA2 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 162 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.13 |
| HSL | 25.57º | 0.49% | 0.75% | - |
| HSV(B) | 25.57º | 0.27% | 0.87% | - |
| XYZ | 54.94 | 54.26 | 41.76 | - |
| YUV | 195.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 162 | 0 | 0.16 | 0.27 | 0.13 | 25.57 | 0.49 | 0.75 |
| Hex | DF | BC | A2 | 0 | 10 | 1B | D | 1A | 31 | 4B |
| Octal | 337 | 274 | 242 | 0 | 20 | 33 | 15 | 32 | 61 | 113 |
| Binary | 11011111 | 10111100 | 10100010 | 0 | 10000 | 11011 | 1101 | 11010 | 110001 | 1001011 |
Color Harmonies of #DFBCA2
Complementary color
Monochromatic Colors of #DFBCA2
Black with #DFBCA2
Text Example
Text Example
White with #DFBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCA2; }
p { color: rgb(223,188,162); }
H1.HeaderClassName
{
color: #DFBCA2;
}
.AnyTagClassName
{
color: #DFBCA2;
}
</style>
background-color css
<style>
a { background-color: #DFBCA2; }
a { background-color: rgb(223,188,162); }
div.DivClassName
{
background-color: #DFBCA2;
}
.BgClassName
{
background-color: #DFBCA2;
}
</style>
border-color css
<style>
span { border-color: #DFBCA2; }
span { border-color: rgb(223,188,162); }
td.TdClassName
{
border-color: #DFBCA2;
}
.TagClassName
{
border-color: #DFBCA2;
}
</style>