Shades of Just Right #DCBDAB
Tints of Just Right #DCBDAB
RGB
CMYK
RGB Variations
Color information
#DCBDAB (or 0xDCBDAB) is known color: Just Right. HEX triplet: DC, BD and AB. RGB value is (220,189,171). Sum of RGB (Red+Green+Blue) = 220+189+171=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDAB is #234254. Grayscale: #C4C4C4. Windows color (decimal): -2310741 or 11255260. OLE color: 11255260.
HSL color Cylindrical-coordinate representation of color #DCBDAB: hue angle of 22.04º 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 #DCBDAB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 171 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.14 |
| HSL | 22.04º | 0.41% | 0.77% | - |
| HSV(B) | 22.04º | 0.22% | 0.86% | - |
| XYZ | 55.06 | 54.55 | 46.16 | - |
| YUV | 196.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 171 | 0 | 0.14 | 0.22 | 0.14 | 22.04 | 0.41 | 0.77 |
| Hex | DC | BD | AB | 0 | E | 16 | E | 16 | 29 | 4D |
| Octal | 334 | 275 | 253 | 0 | 16 | 26 | 16 | 26 | 51 | 115 |
| Binary | 11011100 | 10111101 | 10101011 | 0 | 1110 | 10110 | 1110 | 10110 | 101001 | 1001101 |
Color Harmonies of #DCBDAB
Complementary color
Monochromatic Colors of #DCBDAB
Black with #DCBDAB
Text Example
Text Example
White with #DCBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDAB; }
p { color: rgb(220,189,171); }
H1.HeaderClassName
{
color: #DCBDAB;
}
.AnyTagClassName
{
color: #DCBDAB;
}
</style>
background-color css
<style>
a { background-color: #DCBDAB; }
a { background-color: rgb(220,189,171); }
div.DivClassName
{
background-color: #DCBDAB;
}
.BgClassName
{
background-color: #DCBDAB;
}
</style>
border-color css
<style>
span { border-color: #DCBDAB; }
span { border-color: rgb(220,189,171); }
td.TdClassName
{
border-color: #DCBDAB;
}
.TagClassName
{
border-color: #DCBDAB;
}
</style>