Shades of Just Right #DCBAA4
Tints of Just Right #DCBAA4
RGB
CMYK
RGB Variations
Color information
#DCBAA4 (or 0xDCBAA4) is known color: Just Right. HEX triplet: DC, BA and A4. RGB value is (220,186,164). Sum of RGB (Red+Green+Blue) = 220+186+164=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAA4 is #23455B. Grayscale: #C1C1C1. Windows color (decimal): -2311516 or 10795740. OLE color: 10795740.
HSL color Cylindrical-coordinate representation of color #DCBAA4: hue angle of 23.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBAA4 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 164 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.14 |
| HSL | 23.57º | 0.44% | 0.75% | - |
| HSV(B) | 23.57º | 0.25% | 0.86% | - |
| XYZ | 53.77 | 53.01 | 42.52 | - |
| YUV | 193.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 164 | 0 | 0.15 | 0.25 | 0.14 | 23.57 | 0.44 | 0.75 |
| Hex | DC | BA | A4 | 0 | F | 19 | E | 18 | 2C | 4B |
| Octal | 334 | 272 | 244 | 0 | 17 | 31 | 16 | 30 | 54 | 113 |
| Binary | 11011100 | 10111010 | 10100100 | 0 | 1111 | 11001 | 1110 | 11000 | 101100 | 1001011 |
Color Harmonies of #DCBAA4
Complementary color
Monochromatic Colors of #DCBAA4
Black with #DCBAA4
Text Example
Text Example
White with #DCBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAA4; }
p { color: rgb(220,186,164); }
H1.HeaderClassName
{
color: #DCBAA4;
}
.AnyTagClassName
{
color: #DCBAA4;
}
</style>
background-color css
<style>
a { background-color: #DCBAA4; }
a { background-color: rgb(220,186,164); }
div.DivClassName
{
background-color: #DCBAA4;
}
.BgClassName
{
background-color: #DCBAA4;
}
</style>
border-color css
<style>
span { border-color: #DCBAA4; }
span { border-color: rgb(220,186,164); }
td.TdClassName
{
border-color: #DCBAA4;
}
.TagClassName
{
border-color: #DCBAA4;
}
</style>