Shades of Just Right #DABAAA
Tints of Just Right #DABAAA
RGB
CMYK
RGB Variations
Color information
#DABAAA (or 0xDABAAA) is known color: Just Right. HEX triplet: DA, BA and AA. RGB value is (218,186,170). Sum of RGB (Red+Green+Blue) = 218+186+170=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAAA is #254555. Grayscale: #C1C1C1. Windows color (decimal): -2442582 or 11188954. OLE color: 11188954.
HSL color Cylindrical-coordinate representation of color #DABAAA: hue angle of 20º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABAAA is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 170 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.15 |
| HSL | 20º | 0.39% | 0.76% | - |
| HSV(B) | 20º | 0.22% | 0.85% | - |
| XYZ | 53.73 | 52.93 | 45.41 | - |
| YUV | 193.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 170 | 0 | 0.15 | 0.22 | 0.15 | 20 | 0.39 | 0.76 |
| Hex | DA | BA | AA | 0 | F | 16 | F | 14 | 27 | 4C |
| Octal | 332 | 272 | 252 | 0 | 17 | 26 | 17 | 24 | 47 | 114 |
| Binary | 11011010 | 10111010 | 10101010 | 0 | 1111 | 10110 | 1111 | 10100 | 100111 | 1001100 |
Color Harmonies of #DABAAA
Complementary color
Monochromatic Colors of #DABAAA
Black with #DABAAA
Text Example
Text Example
White with #DABAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAAA; }
p { color: rgb(218,186,170); }
H1.HeaderClassName
{
color: #DABAAA;
}
.AnyTagClassName
{
color: #DABAAA;
}
</style>
background-color css
<style>
a { background-color: #DABAAA; }
a { background-color: rgb(218,186,170); }
div.DivClassName
{
background-color: #DABAAA;
}
.BgClassName
{
background-color: #DABAAA;
}
</style>
border-color css
<style>
span { border-color: #DABAAA; }
span { border-color: rgb(218,186,170); }
td.TdClassName
{
border-color: #DABAAA;
}
.TagClassName
{
border-color: #DABAAA;
}
</style>