Shades of Just Right #DCBAA7
Tints of Just Right #DCBAA7
RGB
CMYK
RGB Variations
Color information
#DCBAA7 (or 0xDCBAA7) is known color: Just Right. HEX triplet: DC, BA and A7. RGB value is (220,186,167). Sum of RGB (Red+Green+Blue) = 220+186+167=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAA7 is #234558. Grayscale: #C2C2C2. Windows color (decimal): -2311513 or 10992348. OLE color: 10992348.
HSL color Cylindrical-coordinate representation of color #DCBAA7: hue angle of 21.51º 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 #DCBAA7 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 167 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.14 |
| HSL | 21.51º | 0.43% | 0.76% | - |
| HSV(B) | 21.51º | 0.24% | 0.86% | - |
| XYZ | 54.05 | 53.12 | 43.96 | - |
| YUV | 194 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 167 | 0 | 0.15 | 0.24 | 0.14 | 21.51 | 0.43 | 0.76 |
| Hex | DC | BA | A7 | 0 | F | 18 | E | 16 | 2B | 4C |
| Octal | 334 | 272 | 247 | 0 | 17 | 30 | 16 | 26 | 53 | 114 |
| Binary | 11011100 | 10111010 | 10100111 | 0 | 1111 | 11000 | 1110 | 10110 | 101011 | 1001100 |
Color Harmonies of #DCBAA7
Complementary color
Monochromatic Colors of #DCBAA7
Black with #DCBAA7
Text Example
Text Example
White with #DCBAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAA7; }
p { color: rgb(220,186,167); }
H1.HeaderClassName
{
color: #DCBAA7;
}
.AnyTagClassName
{
color: #DCBAA7;
}
</style>
background-color css
<style>
a { background-color: #DCBAA7; }
a { background-color: rgb(220,186,167); }
div.DivClassName
{
background-color: #DCBAA7;
}
.BgClassName
{
background-color: #DCBAA7;
}
</style>
border-color css
<style>
span { border-color: #DCBAA7; }
span { border-color: rgb(220,186,167); }
td.TdClassName
{
border-color: #DCBAA7;
}
.TagClassName
{
border-color: #DCBAA7;
}
</style>