Shades of Just Right #DCBCA8
Tints of Just Right #DCBCA8
RGB
CMYK
RGB Variations
Color information
#DCBCA8 (or 0xDCBCA8) is known color: Just Right. HEX triplet: DC, BC and A8. RGB value is (220,188,168). Sum of RGB (Red+Green+Blue) = 220+188+168=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA8 is #234357. Grayscale: #C3C3C3. Windows color (decimal): -2311000 or 11058396. OLE color: 11058396.
HSL color Cylindrical-coordinate representation of color #DCBCA8: hue angle of 23.08º 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 #DCBCA8 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 168 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.14 |
| HSL | 23.08º | 0.43% | 0.76% | - |
| HSV(B) | 23.08º | 0.24% | 0.86% | - |
| XYZ | 54.57 | 54.01 | 44.59 | - |
| YUV | 195.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 168 | 0 | 0.15 | 0.24 | 0.14 | 23.08 | 0.43 | 0.76 |
| Hex | DC | BC | A8 | 0 | F | 18 | E | 17 | 2B | 4C |
| Octal | 334 | 274 | 250 | 0 | 17 | 30 | 16 | 27 | 53 | 114 |
| Binary | 11011100 | 10111100 | 10101000 | 0 | 1111 | 11000 | 1110 | 10111 | 101011 | 1001100 |
Color Harmonies of #DCBCA8
Complementary color
Monochromatic Colors of #DCBCA8
Black with #DCBCA8
Text Example
Text Example
White with #DCBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCA8; }
p { color: rgb(220,188,168); }
H1.HeaderClassName
{
color: #DCBCA8;
}
.AnyTagClassName
{
color: #DCBCA8;
}
</style>
background-color css
<style>
a { background-color: #DCBCA8; }
a { background-color: rgb(220,188,168); }
div.DivClassName
{
background-color: #DCBCA8;
}
.BgClassName
{
background-color: #DCBCA8;
}
</style>
border-color css
<style>
span { border-color: #DCBCA8; }
span { border-color: rgb(220,188,168); }
td.TdClassName
{
border-color: #DCBCA8;
}
.TagClassName
{
border-color: #DCBCA8;
}
</style>