Shades of Just Right #DCBBA1
Tints of Just Right #DCBBA1
RGB
CMYK
RGB Variations
Color information
#DCBBA1 (or 0xDCBBA1) is known color: Just Right. HEX triplet: DC, BB and A1. RGB value is (220,187,161). Sum of RGB (Red+Green+Blue) = 220+187+161=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA1 is #23445E. Grayscale: #C2C2C2. Windows color (decimal): -2311263 or 10599388. OLE color: 10599388.
HSL color Cylindrical-coordinate representation of color #DCBBA1: hue angle of 26.44º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCBBA1 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 161 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.14 |
| HSL | 26.44º | 0.46% | 0.75% | - |
| HSV(B) | 26.44º | 0.27% | 0.86% | - |
| XYZ | 53.72 | 53.33 | 41.18 | - |
| YUV | 193.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 161 | 0 | 0.15 | 0.27 | 0.14 | 26.44 | 0.46 | 0.75 |
| Hex | DC | BB | A1 | 0 | F | 1B | E | 1A | 2E | 4B |
| Octal | 334 | 273 | 241 | 0 | 17 | 33 | 16 | 32 | 56 | 113 |
| Binary | 11011100 | 10111011 | 10100001 | 0 | 1111 | 11011 | 1110 | 11010 | 101110 | 1001011 |
Color Harmonies of #DCBBA1
Complementary color
Monochromatic Colors of #DCBBA1
Black with #DCBBA1
Text Example
Text Example
White with #DCBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBA1; }
p { color: rgb(220,187,161); }
H1.HeaderClassName
{
color: #DCBBA1;
}
.AnyTagClassName
{
color: #DCBBA1;
}
</style>
background-color css
<style>
a { background-color: #DCBBA1; }
a { background-color: rgb(220,187,161); }
div.DivClassName
{
background-color: #DCBBA1;
}
.BgClassName
{
background-color: #DCBBA1;
}
</style>
border-color css
<style>
span { border-color: #DCBBA1; }
span { border-color: rgb(220,187,161); }
td.TdClassName
{
border-color: #DCBBA1;
}
.TagClassName
{
border-color: #DCBBA1;
}
</style>