Shades of Just Right #DCBBAB
Tints of Just Right #DCBBAB
RGB
CMYK
RGB Variations
Color information
#DCBBAB (or 0xDCBBAB) is known color: Just Right. HEX triplet: DC, BB and AB. RGB value is (220,187,171). Sum of RGB (Red+Green+Blue) = 220+187+171=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBAB is #234454. Grayscale: #C3C3C3. Windows color (decimal): -2311253 or 11254748. OLE color: 11254748.
HSL color Cylindrical-coordinate representation of color #DCBBAB: hue angle of 19.59º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBBAB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 171 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.14 |
| HSL | 19.59º | 0.41% | 0.77% | - |
| HSV(B) | 19.59º | 0.22% | 0.86% | - |
| XYZ | 54.64 | 53.7 | 46.01 | - |
| YUV | 195.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 171 | 0 | 0.15 | 0.22 | 0.14 | 19.59 | 0.41 | 0.77 |
| Hex | DC | BB | AB | 0 | F | 16 | E | 14 | 29 | 4D |
| Octal | 334 | 273 | 253 | 0 | 17 | 26 | 16 | 24 | 51 | 115 |
| Binary | 11011100 | 10111011 | 10101011 | 0 | 1111 | 10110 | 1110 | 10100 | 101001 | 1001101 |
Color Harmonies of #DCBBAB
Complementary color
Monochromatic Colors of #DCBBAB
Black with #DCBBAB
Text Example
Text Example
White with #DCBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBAB; }
p { color: rgb(220,187,171); }
H1.HeaderClassName
{
color: #DCBBAB;
}
.AnyTagClassName
{
color: #DCBBAB;
}
</style>
background-color css
<style>
a { background-color: #DCBBAB; }
a { background-color: rgb(220,187,171); }
div.DivClassName
{
background-color: #DCBBAB;
}
.BgClassName
{
background-color: #DCBBAB;
}
</style>
border-color css
<style>
span { border-color: #DCBBAB; }
span { border-color: rgb(220,187,171); }
td.TdClassName
{
border-color: #DCBBAB;
}
.TagClassName
{
border-color: #DCBBAB;
}
</style>