Shades of Just Right #DCBAA1
Tints of Just Right #DCBAA1
RGB
CMYK
RGB Variations
Color information
#DCBAA1 (or 0xDCBAA1) is known color: Just Right. HEX triplet: DC, BA and A1. RGB value is (220,186,161). Sum of RGB (Red+Green+Blue) = 220+186+161=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAA1 is #23455E. Grayscale: #C1C1C1. Windows color (decimal): -2311519 or 10599132. OLE color: 10599132.
HSL color Cylindrical-coordinate representation of color #DCBAA1: hue angle of 25.42º 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 #DCBAA1 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 161 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.14 |
| HSL | 25.42º | 0.46% | 0.75% | - |
| HSV(B) | 25.42º | 0.27% | 0.86% | - |
| XYZ | 53.51 | 52.91 | 41.11 | - |
| YUV | 193.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 161 | 0 | 0.15 | 0.27 | 0.14 | 25.42 | 0.46 | 0.75 |
| Hex | DC | BA | A1 | 0 | F | 1B | E | 19 | 2E | 4B |
| Octal | 334 | 272 | 241 | 0 | 17 | 33 | 16 | 31 | 56 | 113 |
| Binary | 11011100 | 10111010 | 10100001 | 0 | 1111 | 11011 | 1110 | 11001 | 101110 | 1001011 |
Color Harmonies of #DCBAA1
Complementary color
Monochromatic Colors of #DCBAA1
Black with #DCBAA1
Text Example
Text Example
White with #DCBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAA1; }
p { color: rgb(220,186,161); }
H1.HeaderClassName
{
color: #DCBAA1;
}
.AnyTagClassName
{
color: #DCBAA1;
}
</style>
background-color css
<style>
a { background-color: #DCBAA1; }
a { background-color: rgb(220,186,161); }
div.DivClassName
{
background-color: #DCBAA1;
}
.BgClassName
{
background-color: #DCBAA1;
}
</style>
border-color css
<style>
span { border-color: #DCBAA1; }
span { border-color: rgb(220,186,161); }
td.TdClassName
{
border-color: #DCBAA1;
}
.TagClassName
{
border-color: #DCBAA1;
}
</style>