Shades of Just Right #DCBBA8
Tints of Just Right #DCBBA8
RGB
CMYK
RGB Variations
Color information
#DCBBA8 (or 0xDCBBA8) is known color: Just Right. HEX triplet: DC, BB and A8. RGB value is (220,187,168). Sum of RGB (Red+Green+Blue) = 220+187+168=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBA8 is #234457. Grayscale: #C2C2C2. Windows color (decimal): -2311256 or 11058140. OLE color: 11058140.
HSL color Cylindrical-coordinate representation of color #DCBBA8: hue angle of 21.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBBA8 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 168 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.14 |
| HSL | 21.92º | 0.43% | 0.76% | - |
| HSV(B) | 21.92º | 0.24% | 0.86% | - |
| XYZ | 54.35 | 53.58 | 44.52 | - |
| YUV | 194.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 168 | 0 | 0.15 | 0.24 | 0.14 | 21.92 | 0.43 | 0.76 |
| Hex | DC | BB | A8 | 0 | F | 18 | E | 16 | 2B | 4C |
| Octal | 334 | 273 | 250 | 0 | 17 | 30 | 16 | 26 | 53 | 114 |
| Binary | 11011100 | 10111011 | 10101000 | 0 | 1111 | 11000 | 1110 | 10110 | 101011 | 1001100 |
Color Harmonies of #DCBBA8
Complementary color
Monochromatic Colors of #DCBBA8
Black with #DCBBA8
Text Example
Text Example
White with #DCBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBA8; }
p { color: rgb(220,187,168); }
H1.HeaderClassName
{
color: #DCBBA8;
}
.AnyTagClassName
{
color: #DCBBA8;
}
</style>
background-color css
<style>
a { background-color: #DCBBA8; }
a { background-color: rgb(220,187,168); }
div.DivClassName
{
background-color: #DCBBA8;
}
.BgClassName
{
background-color: #DCBBA8;
}
</style>
border-color css
<style>
span { border-color: #DCBBA8; }
span { border-color: rgb(220,187,168); }
td.TdClassName
{
border-color: #DCBBA8;
}
.TagClassName
{
border-color: #DCBBA8;
}
</style>