Shades of Just Right #DABAAB
Tints of Just Right #DABAAB
RGB
CMYK
RGB Variations
Color information
#DABAAB (or 0xDABAAB) is known color: Just Right. HEX triplet: DA, BA and AB. RGB value is (218,186,171). Sum of RGB (Red+Green+Blue) = 218+186+171=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAAB is #254554. Grayscale: #C1C1C1. Windows color (decimal): -2442581 or 11254490. OLE color: 11254490.
HSL color Cylindrical-coordinate representation of color #DABAAB: hue angle of 19.15º 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 #DABAAB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 171 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.15 |
| HSL | 19.15º | 0.39% | 0.76% | - |
| HSV(B) | 19.15º | 0.22% | 0.85% | - |
| XYZ | 53.82 | 52.96 | 45.91 | - |
| YUV | 193.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 171 | 0 | 0.15 | 0.22 | 0.15 | 19.15 | 0.39 | 0.76 |
| Hex | DA | BA | AB | 0 | F | 16 | F | 13 | 27 | 4C |
| Octal | 332 | 272 | 253 | 0 | 17 | 26 | 17 | 23 | 47 | 114 |
| Binary | 11011010 | 10111010 | 10101011 | 0 | 1111 | 10110 | 1111 | 10011 | 100111 | 1001100 |
Color Harmonies of #DABAAB
Complementary color
Monochromatic Colors of #DABAAB
Black with #DABAAB
Text Example
Text Example
White with #DABAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAAB; }
p { color: rgb(218,186,171); }
H1.HeaderClassName
{
color: #DABAAB;
}
.AnyTagClassName
{
color: #DABAAB;
}
</style>
background-color css
<style>
a { background-color: #DABAAB; }
a { background-color: rgb(218,186,171); }
div.DivClassName
{
background-color: #DABAAB;
}
.BgClassName
{
background-color: #DABAAB;
}
</style>
border-color css
<style>
span { border-color: #DABAAB; }
span { border-color: rgb(218,186,171); }
td.TdClassName
{
border-color: #DABAAB;
}
.TagClassName
{
border-color: #DABAAB;
}
</style>