Shades of Just Right #DCBAA8
Tints of Just Right #DCBAA8
RGB
CMYK
RGB Variations
Color information
#DCBAA8 (or 0xDCBAA8) is known color: Just Right. HEX triplet: DC, BA and A8. RGB value is (220,186,168). Sum of RGB (Red+Green+Blue) = 220+186+168=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAA8 is #234557. Grayscale: #C2C2C2. Windows color (decimal): -2311512 or 11057884. OLE color: 11057884.
HSL color Cylindrical-coordinate representation of color #DCBAA8: hue angle of 20.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBAA8 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 168 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.14 |
| HSL | 20.77º | 0.43% | 0.76% | - |
| HSV(B) | 20.77º | 0.24% | 0.86% | - |
| XYZ | 54.14 | 53.16 | 44.45 | - |
| YUV | 194.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 168 | 0 | 0.15 | 0.24 | 0.14 | 20.77 | 0.43 | 0.76 |
| Hex | DC | BA | A8 | 0 | F | 18 | E | 15 | 2B | 4C |
| Octal | 334 | 272 | 250 | 0 | 17 | 30 | 16 | 25 | 53 | 114 |
| Binary | 11011100 | 10111010 | 10101000 | 0 | 1111 | 11000 | 1110 | 10101 | 101011 | 1001100 |
Color Harmonies of #DCBAA8
Complementary color
Monochromatic Colors of #DCBAA8
Black with #DCBAA8
Text Example
Text Example
White with #DCBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAA8; }
p { color: rgb(220,186,168); }
H1.HeaderClassName
{
color: #DCBAA8;
}
.AnyTagClassName
{
color: #DCBAA8;
}
</style>
background-color css
<style>
a { background-color: #DCBAA8; }
a { background-color: rgb(220,186,168); }
div.DivClassName
{
background-color: #DCBAA8;
}
.BgClassName
{
background-color: #DCBAA8;
}
</style>
border-color css
<style>
span { border-color: #DCBAA8; }
span { border-color: rgb(220,186,168); }
td.TdClassName
{
border-color: #DCBAA8;
}
.TagClassName
{
border-color: #DCBAA8;
}
</style>