Shades of Just Right #DCB8A7
Tints of Just Right #DCB8A7
RGB
CMYK
RGB Variations
Color information
#DCB8A7 (or 0xDCB8A7) is known color: Just Right. HEX triplet: DC, B8 and A7. RGB value is (220,184,167). Sum of RGB (Red+Green+Blue) = 220+184+167=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8A7 is #234758. Grayscale: #C0C0C0. Windows color (decimal): -2312025 or 10991836. OLE color: 10991836.
HSL color Cylindrical-coordinate representation of color #DCB8A7: hue angle of 19.25º 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 #DCB8A7 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 167 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.14 |
| HSL | 19.25º | 0.43% | 0.76% | - |
| HSV(B) | 19.25º | 0.24% | 0.86% | - |
| XYZ | 53.63 | 52.29 | 43.82 | - |
| YUV | 192.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 167 | 0 | 0.16 | 0.24 | 0.14 | 19.25 | 0.43 | 0.76 |
| Hex | DC | B8 | A7 | 0 | 10 | 18 | E | 13 | 2B | 4C |
| Octal | 334 | 270 | 247 | 0 | 20 | 30 | 16 | 23 | 53 | 114 |
| Binary | 11011100 | 10111000 | 10100111 | 0 | 10000 | 11000 | 1110 | 10011 | 101011 | 1001100 |
Color Harmonies of #DCB8A7
Complementary color
Monochromatic Colors of #DCB8A7
Black with #DCB8A7
Text Example
Text Example
White with #DCB8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8A7; }
p { color: rgb(220,184,167); }
H1.HeaderClassName
{
color: #DCB8A7;
}
.AnyTagClassName
{
color: #DCB8A7;
}
</style>
background-color css
<style>
a { background-color: #DCB8A7; }
a { background-color: rgb(220,184,167); }
div.DivClassName
{
background-color: #DCB8A7;
}
.BgClassName
{
background-color: #DCB8A7;
}
</style>
border-color css
<style>
span { border-color: #DCB8A7; }
span { border-color: rgb(220,184,167); }
td.TdClassName
{
border-color: #DCB8A7;
}
.TagClassName
{
border-color: #DCB8A7;
}
</style>