Shades of Just Right #DCBAAA
Tints of Just Right #DCBAAA
RGB
CMYK
RGB Variations
Color information
#DCBAAA (or 0xDCBAAA) is known color: Just Right. HEX triplet: DC, BA and AA. RGB value is (220,186,170). Sum of RGB (Red+Green+Blue) = 220+186+170=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAAA is #234555. Grayscale: #C2C2C2. Windows color (decimal): -2311510 or 11188956. OLE color: 11188956.
HSL color Cylindrical-coordinate representation of color #DCBAAA: hue angle of 19.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBAAA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 170 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.14 |
| HSL | 19.2º | 0.42% | 0.76% | - |
| HSV(B) | 19.2º | 0.23% | 0.86% | - |
| XYZ | 54.33 | 53.24 | 45.44 | - |
| YUV | 194.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 170 | 0 | 0.15 | 0.23 | 0.14 | 19.2 | 0.42 | 0.76 |
| Hex | DC | BA | AA | 0 | F | 17 | E | 13 | 2A | 4C |
| Octal | 334 | 272 | 252 | 0 | 17 | 27 | 16 | 23 | 52 | 114 |
| Binary | 11011100 | 10111010 | 10101010 | 0 | 1111 | 10111 | 1110 | 10011 | 101010 | 1001100 |
Color Harmonies of #DCBAAA
Complementary color
Monochromatic Colors of #DCBAAA
Black with #DCBAAA
Text Example
Text Example
White with #DCBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAAA; }
p { color: rgb(220,186,170); }
H1.HeaderClassName
{
color: #DCBAAA;
}
.AnyTagClassName
{
color: #DCBAAA;
}
</style>
background-color css
<style>
a { background-color: #DCBAAA; }
a { background-color: rgb(220,186,170); }
div.DivClassName
{
background-color: #DCBAAA;
}
.BgClassName
{
background-color: #DCBAAA;
}
</style>
border-color css
<style>
span { border-color: #DCBAAA; }
span { border-color: rgb(220,186,170); }
td.TdClassName
{
border-color: #DCBAAA;
}
.TagClassName
{
border-color: #DCBAAA;
}
</style>