Shades of Just Right #DCBBAA
Tints of Just Right #DCBBAA
RGB
CMYK
RGB Variations
Color information
#DCBBAA (or 0xDCBBAA) is known color: Just Right. HEX triplet: DC, BB and AA. RGB value is (220,187,170). Sum of RGB (Red+Green+Blue) = 220+187+170=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBAA is #234455. Grayscale: #C3C3C3. Windows color (decimal): -2311254 or 11189212. OLE color: 11189212.
HSL color Cylindrical-coordinate representation of color #DCBBAA: hue angle of 20.4º 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 #DCBBAA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 170 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.14 |
| HSL | 20.4º | 0.42% | 0.76% | - |
| HSV(B) | 20.4º | 0.23% | 0.86% | - |
| XYZ | 54.54 | 53.66 | 45.51 | - |
| YUV | 194.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 170 | 0 | 0.15 | 0.23 | 0.14 | 20.4 | 0.42 | 0.76 |
| Hex | DC | BB | AA | 0 | F | 17 | E | 14 | 2A | 4C |
| Octal | 334 | 273 | 252 | 0 | 17 | 27 | 16 | 24 | 52 | 114 |
| Binary | 11011100 | 10111011 | 10101010 | 0 | 1111 | 10111 | 1110 | 10100 | 101010 | 1001100 |
Color Harmonies of #DCBBAA
Complementary color
Monochromatic Colors of #DCBBAA
Black with #DCBBAA
Text Example
Text Example
White with #DCBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBAA; }
p { color: rgb(220,187,170); }
H1.HeaderClassName
{
color: #DCBBAA;
}
.AnyTagClassName
{
color: #DCBBAA;
}
</style>
background-color css
<style>
a { background-color: #DCBBAA; }
a { background-color: rgb(220,187,170); }
div.DivClassName
{
background-color: #DCBBAA;
}
.BgClassName
{
background-color: #DCBBAA;
}
</style>
border-color css
<style>
span { border-color: #DCBBAA; }
span { border-color: rgb(220,187,170); }
td.TdClassName
{
border-color: #DCBBAA;
}
.TagClassName
{
border-color: #DCBBAA;
}
</style>