Shades of Just Right #D4BAAA
Tints of Just Right #D4BAAA
RGB
CMYK
RGB Variations
Color information
#D4BAAA (or 0xD4BAAA) is known color: Just Right. HEX triplet: D4, BA and AA. RGB value is (212,186,170). Sum of RGB (Red+Green+Blue) = 212+186+170=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BAAA is #2B4555. Grayscale: #C0C0C0. Windows color (decimal): -2835798 or 11188948. OLE color: 11188948.
HSL color Cylindrical-coordinate representation of color #D4BAAA: hue angle of 22.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4BAAA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 170 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.17 |
| HSL | 22.86º | 0.33% | 0.75% | - |
| HSV(B) | 22.86º | 0.2% | 0.83% | - |
| XYZ | 51.97 | 52.02 | 45.33 | - |
| YUV | 191.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 170 | 0 | 0.12 | 0.20 | 0.17 | 22.86 | 0.33 | 0.75 |
| Hex | D4 | BA | AA | 0 | C | 14 | 11 | 17 | 21 | 4B |
| Octal | 324 | 272 | 252 | 0 | 14 | 24 | 21 | 27 | 41 | 113 |
| Binary | 11010100 | 10111010 | 10101010 | 0 | 1100 | 10100 | 10001 | 10111 | 100001 | 1001011 |
Color Harmonies of #D4BAAA
Complementary color
Monochromatic Colors of #D4BAAA
Black with #D4BAAA
Text Example
Text Example
White with #D4BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAAA; }
p { color: rgb(212,186,170); }
H1.HeaderClassName
{
color: #D4BAAA;
}
.AnyTagClassName
{
color: #D4BAAA;
}
</style>
background-color css
<style>
a { background-color: #D4BAAA; }
a { background-color: rgb(212,186,170); }
div.DivClassName
{
background-color: #D4BAAA;
}
.BgClassName
{
background-color: #D4BAAA;
}
</style>
border-color css
<style>
span { border-color: #D4BAAA; }
span { border-color: rgb(212,186,170); }
td.TdClassName
{
border-color: #D4BAAA;
}
.TagClassName
{
border-color: #D4BAAA;
}
</style>