Shades of Just Right #DCBEAB
Tints of Just Right #DCBEAB
RGB
CMYK
RGB Variations
Color information
#DCBEAB (or 0xDCBEAB) is known color: Just Right. HEX triplet: DC, BE and AB. RGB value is (220,190,171). Sum of RGB (Red+Green+Blue) = 220+190+171=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAB is #234154. Grayscale: #C4C4C4. Windows color (decimal): -2310485 or 11255516. OLE color: 11255516.
HSL color Cylindrical-coordinate representation of color #DCBEAB: hue angle of 23.27º 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 #DCBEAB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 171 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.14 |
| HSL | 23.27º | 0.41% | 0.77% | - |
| HSV(B) | 23.27º | 0.22% | 0.86% | - |
| XYZ | 55.28 | 54.98 | 46.23 | - |
| YUV | 196.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 171 | 0 | 0.14 | 0.22 | 0.14 | 23.27 | 0.41 | 0.77 |
| Hex | DC | BE | AB | 0 | E | 16 | E | 17 | 29 | 4D |
| Octal | 334 | 276 | 253 | 0 | 16 | 26 | 16 | 27 | 51 | 115 |
| Binary | 11011100 | 10111110 | 10101011 | 0 | 1110 | 10110 | 1110 | 10111 | 101001 | 1001101 |
Color Harmonies of #DCBEAB
Complementary color
Monochromatic Colors of #DCBEAB
Black with #DCBEAB
Text Example
Text Example
White with #DCBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEAB; }
p { color: rgb(220,190,171); }
H1.HeaderClassName
{
color: #DCBEAB;
}
.AnyTagClassName
{
color: #DCBEAB;
}
</style>
background-color css
<style>
a { background-color: #DCBEAB; }
a { background-color: rgb(220,190,171); }
div.DivClassName
{
background-color: #DCBEAB;
}
.BgClassName
{
background-color: #DCBEAB;
}
</style>
border-color css
<style>
span { border-color: #DCBEAB; }
span { border-color: rgb(220,190,171); }
td.TdClassName
{
border-color: #DCBEAB;
}
.TagClassName
{
border-color: #DCBEAB;
}
</style>