Shades of Just Right #DCBBAC
Tints of Just Right #DCBBAC
RGB
CMYK
RGB Variations
Color information
#DCBBAC (or 0xDCBBAC) is known color: Just Right. HEX triplet: DC, BB and AC. RGB value is (220,187,172). Sum of RGB (Red+Green+Blue) = 220+187+172=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBAC is #234453. Grayscale: #C3C3C3. Windows color (decimal): -2311252 or 11320284. OLE color: 11320284.
HSL color Cylindrical-coordinate representation of color #DCBBAC: hue angle of 18.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBBAC is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 172 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.14 |
| HSL | 18.75º | 0.41% | 0.77% | - |
| HSV(B) | 18.75º | 0.22% | 0.86% | - |
| XYZ | 54.73 | 53.73 | 46.52 | - |
| YUV | 195.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 172 | 0 | 0.15 | 0.22 | 0.14 | 18.75 | 0.41 | 0.77 |
| Hex | DC | BB | AC | 0 | F | 16 | E | 13 | 29 | 4D |
| Octal | 334 | 273 | 254 | 0 | 17 | 26 | 16 | 23 | 51 | 115 |
| Binary | 11011100 | 10111011 | 10101100 | 0 | 1111 | 10110 | 1110 | 10011 | 101001 | 1001101 |
Color Harmonies of #DCBBAC
Complementary color
Monochromatic Colors of #DCBBAC
Black with #DCBBAC
Text Example
Text Example
White with #DCBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBAC; }
p { color: rgb(220,187,172); }
H1.HeaderClassName
{
color: #DCBBAC;
}
.AnyTagClassName
{
color: #DCBBAC;
}
</style>
background-color css
<style>
a { background-color: #DCBBAC; }
a { background-color: rgb(220,187,172); }
div.DivClassName
{
background-color: #DCBBAC;
}
.BgClassName
{
background-color: #DCBBAC;
}
</style>
border-color css
<style>
span { border-color: #DCBBAC; }
span { border-color: rgb(220,187,172); }
td.TdClassName
{
border-color: #DCBBAC;
}
.TagClassName
{
border-color: #DCBBAC;
}
</style>