Shades of Just Right #DCBFB0
Tints of Just Right #DCBFB0
RGB
CMYK
RGB Variations
Color information
#DCBFB0 (or 0xDCBFB0) is known color: Just Right. HEX triplet: DC, BF and B0. RGB value is (220,191,176). Sum of RGB (Red+Green+Blue) = 220+191+176=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFB0 is #23404F. Grayscale: #C6C6C6. Windows color (decimal): -2310224 or 11583452. OLE color: 11583452.
HSL color Cylindrical-coordinate representation of color #DCBFB0: hue angle of 20.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBFB0 is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 176 | - |
| CMYK | 0 | 0.13 | 0.2 | 0.14 |
| HSL | 20.45º | 0.39% | 0.78% | - |
| HSV(B) | 20.45º | 0.2% | 0.86% | - |
| XYZ | 55.98 | 55.61 | 48.86 | - |
| YUV | 197.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 176 | 0 | 0.13 | 0.2 | 0.14 | 20.45 | 0.39 | 0.78 |
| Hex | DC | BF | B0 | 0 | D | 14 | E | 14 | 27 | 4E |
| Octal | 334 | 277 | 260 | 0 | 15 | 24 | 16 | 24 | 47 | 116 |
| Binary | 11011100 | 10111111 | 10110000 | 0 | 1101 | 10100 | 1110 | 10100 | 100111 | 1001110 |
Color Harmonies of #DCBFB0
Complementary color
Monochromatic Colors of #DCBFB0
Black with #DCBFB0
Text Example
Text Example
White with #DCBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFB0; }
p { color: rgb(220,191,176); }
H1.HeaderClassName
{
color: #DCBFB0;
}
.AnyTagClassName
{
color: #DCBFB0;
}
</style>
background-color css
<style>
a { background-color: #DCBFB0; }
a { background-color: rgb(220,191,176); }
div.DivClassName
{
background-color: #DCBFB0;
}
.BgClassName
{
background-color: #DCBFB0;
}
</style>
border-color css
<style>
span { border-color: #DCBFB0; }
span { border-color: rgb(220,191,176); }
td.TdClassName
{
border-color: #DCBFB0;
}
.TagClassName
{
border-color: #DCBFB0;
}
</style>