Shades of Just Right #DCBBA9
Tints of Just Right #DCBBA9
RGB
CMYK
RGB Variations
Color information
#DCBBA9 (or 0xDCBBA9) is known color: Just Right. HEX triplet: DC, BB and A9. RGB value is (220,187,169). Sum of RGB (Red+Green+Blue) = 220+187+169=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA9 is #234456. Grayscale: #C2C2C2. Windows color (decimal): -2311255 or 11123676. OLE color: 11123676.
HSL color Cylindrical-coordinate representation of color #DCBBA9: hue angle of 21.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBBA9 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 169 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.14 |
| HSL | 21.18º | 0.42% | 0.76% | - |
| HSV(B) | 21.18º | 0.23% | 0.86% | - |
| XYZ | 54.45 | 53.62 | 45.02 | - |
| YUV | 194.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 169 | 0 | 0.15 | 0.23 | 0.14 | 21.18 | 0.42 | 0.76 |
| Hex | DC | BB | A9 | 0 | F | 17 | E | 15 | 2A | 4C |
| Octal | 334 | 273 | 251 | 0 | 17 | 27 | 16 | 25 | 52 | 114 |
| Binary | 11011100 | 10111011 | 10101001 | 0 | 1111 | 10111 | 1110 | 10101 | 101010 | 1001100 |
Color Harmonies of #DCBBA9
Complementary color
Monochromatic Colors of #DCBBA9
Black with #DCBBA9
Text Example
Text Example
White with #DCBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBA9; }
p { color: rgb(220,187,169); }
H1.HeaderClassName
{
color: #DCBBA9;
}
.AnyTagClassName
{
color: #DCBBA9;
}
</style>
background-color css
<style>
a { background-color: #DCBBA9; }
a { background-color: rgb(220,187,169); }
div.DivClassName
{
background-color: #DCBBA9;
}
.BgClassName
{
background-color: #DCBBA9;
}
</style>
border-color css
<style>
span { border-color: #DCBBA9; }
span { border-color: rgb(220,187,169); }
td.TdClassName
{
border-color: #DCBBA9;
}
.TagClassName
{
border-color: #DCBBA9;
}
</style>