Shades of Just Right #DCB8A0
Tints of Just Right #DCB8A0
RGB
CMYK
RGB Variations
Color information
#DCB8A0 (or 0xDCB8A0) is known color: Just Right. HEX triplet: DC, B8 and A0. RGB value is (220,184,160). Sum of RGB (Red+Green+Blue) = 220+184+160=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8A0 is #23475F. Grayscale: #C0C0C0. Windows color (decimal): -2312032 or 10533084. OLE color: 10533084.
HSL color Cylindrical-coordinate representation of color #DCB8A0: hue angle of 24º 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 #DCB8A0 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 160 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.14 |
| HSL | 24º | 0.46% | 0.75% | - |
| HSV(B) | 24º | 0.27% | 0.86% | - |
| XYZ | 53 | 52.03 | 40.51 | - |
| YUV | 192.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 160 | 0 | 0.16 | 0.27 | 0.14 | 24 | 0.46 | 0.75 |
| Hex | DC | B8 | A0 | 0 | 10 | 1B | E | 18 | 2E | 4B |
| Octal | 334 | 270 | 240 | 0 | 20 | 33 | 16 | 30 | 56 | 113 |
| Binary | 11011100 | 10111000 | 10100000 | 0 | 10000 | 11011 | 1110 | 11000 | 101110 | 1001011 |
Color Harmonies of #DCB8A0
Complementary color
Monochromatic Colors of #DCB8A0
Black with #DCB8A0
Text Example
Text Example
White with #DCB8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8A0; }
p { color: rgb(220,184,160); }
H1.HeaderClassName
{
color: #DCB8A0;
}
.AnyTagClassName
{
color: #DCB8A0;
}
</style>
background-color css
<style>
a { background-color: #DCB8A0; }
a { background-color: rgb(220,184,160); }
div.DivClassName
{
background-color: #DCB8A0;
}
.BgClassName
{
background-color: #DCB8A0;
}
</style>
border-color css
<style>
span { border-color: #DCB8A0; }
span { border-color: rgb(220,184,160); }
td.TdClassName
{
border-color: #DCB8A0;
}
.TagClassName
{
border-color: #DCB8A0;
}
</style>