Shades of Just Right #DCB8A8
Tints of Just Right #DCB8A8
RGB
CMYK
RGB Variations
Color information
#DCB8A8 (or 0xDCB8A8) is known color: Just Right. HEX triplet: DC, B8 and A8. RGB value is (220,184,168). Sum of RGB (Red+Green+Blue) = 220+184+168=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8A8 is #234757. Grayscale: #C1C1C1. Windows color (decimal): -2312024 or 11057372. OLE color: 11057372.
HSL color Cylindrical-coordinate representation of color #DCB8A8: hue angle of 18.46º 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 #DCB8A8 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 168 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.14 |
| HSL | 18.46º | 0.43% | 0.76% | - |
| HSV(B) | 18.46º | 0.24% | 0.86% | - |
| XYZ | 53.72 | 52.32 | 44.31 | - |
| YUV | 192.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 168 | 0 | 0.16 | 0.24 | 0.14 | 18.46 | 0.43 | 0.76 |
| Hex | DC | B8 | A8 | 0 | 10 | 18 | E | 12 | 2B | 4C |
| Octal | 334 | 270 | 250 | 0 | 20 | 30 | 16 | 22 | 53 | 114 |
| Binary | 11011100 | 10111000 | 10101000 | 0 | 10000 | 11000 | 1110 | 10010 | 101011 | 1001100 |
Color Harmonies of #DCB8A8
Complementary color
Monochromatic Colors of #DCB8A8
Black with #DCB8A8
Text Example
Text Example
White with #DCB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8A8; }
p { color: rgb(220,184,168); }
H1.HeaderClassName
{
color: #DCB8A8;
}
.AnyTagClassName
{
color: #DCB8A8;
}
</style>
background-color css
<style>
a { background-color: #DCB8A8; }
a { background-color: rgb(220,184,168); }
div.DivClassName
{
background-color: #DCB8A8;
}
.BgClassName
{
background-color: #DCB8A8;
}
</style>
border-color css
<style>
span { border-color: #DCB8A8; }
span { border-color: rgb(220,184,168); }
td.TdClassName
{
border-color: #DCB8A8;
}
.TagClassName
{
border-color: #DCB8A8;
}
</style>