Shades of Just Right #DCBAA5
Tints of Just Right #DCBAA5
RGB
CMYK
RGB Variations
Color information
#DCBAA5 (or 0xDCBAA5) is known color: Just Right. HEX triplet: DC, BA and A5. RGB value is (220,186,165). Sum of RGB (Red+Green+Blue) = 220+186+165=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAA5 is #23455A. Grayscale: #C1C1C1. Windows color (decimal): -2311515 or 10861276. OLE color: 10861276.
HSL color Cylindrical-coordinate representation of color #DCBAA5: hue angle of 22.91º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBAA5 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 165 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.14 |
| HSL | 22.91º | 0.44% | 0.75% | - |
| HSV(B) | 22.91º | 0.25% | 0.86% | - |
| XYZ | 53.87 | 53.05 | 43 | - |
| YUV | 193.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 165 | 0 | 0.15 | 0.25 | 0.14 | 22.91 | 0.44 | 0.75 |
| Hex | DC | BA | A5 | 0 | F | 19 | E | 17 | 2C | 4B |
| Octal | 334 | 272 | 245 | 0 | 17 | 31 | 16 | 27 | 54 | 113 |
| Binary | 11011100 | 10111010 | 10100101 | 0 | 1111 | 11001 | 1110 | 10111 | 101100 | 1001011 |
Color Harmonies of #DCBAA5
Complementary color
Monochromatic Colors of #DCBAA5
Black with #DCBAA5
Text Example
Text Example
White with #DCBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAA5; }
p { color: rgb(220,186,165); }
H1.HeaderClassName
{
color: #DCBAA5;
}
.AnyTagClassName
{
color: #DCBAA5;
}
</style>
background-color css
<style>
a { background-color: #DCBAA5; }
a { background-color: rgb(220,186,165); }
div.DivClassName
{
background-color: #DCBAA5;
}
.BgClassName
{
background-color: #DCBAA5;
}
</style>
border-color css
<style>
span { border-color: #DCBAA5; }
span { border-color: rgb(220,186,165); }
td.TdClassName
{
border-color: #DCBAA5;
}
.TagClassName
{
border-color: #DCBAA5;
}
</style>