Shades of Just Right #DABBAA
Tints of Just Right #DABBAA
RGB
CMYK
RGB Variations
Color information
#DABBAA (or 0xDABBAA) is known color: Just Right. HEX triplet: DA, BB and AA. RGB value is (218,187,170). Sum of RGB (Red+Green+Blue) = 218+187+170=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAA is #254455. Grayscale: #C2C2C2. Windows color (decimal): -2442326 or 11189210. OLE color: 11189210.
HSL color Cylindrical-coordinate representation of color #DABBAA: hue angle of 21.25º 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 #DABBAA is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 170 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.15 |
| HSL | 21.25º | 0.39% | 0.76% | - |
| HSV(B) | 21.25º | 0.22% | 0.85% | - |
| XYZ | 53.94 | 53.35 | 45.48 | - |
| YUV | 194.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 170 | 0 | 0.14 | 0.22 | 0.15 | 21.25 | 0.39 | 0.76 |
| Hex | DA | BB | AA | 0 | E | 16 | F | 15 | 27 | 4C |
| Octal | 332 | 273 | 252 | 0 | 16 | 26 | 17 | 25 | 47 | 114 |
| Binary | 11011010 | 10111011 | 10101010 | 0 | 1110 | 10110 | 1111 | 10101 | 100111 | 1001100 |
Color Harmonies of #DABBAA
Complementary color
Monochromatic Colors of #DABBAA
Black with #DABBAA
Text Example
Text Example
White with #DABBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBAA; }
p { color: rgb(218,187,170); }
H1.HeaderClassName
{
color: #DABBAA;
}
.AnyTagClassName
{
color: #DABBAA;
}
</style>
background-color css
<style>
a { background-color: #DABBAA; }
a { background-color: rgb(218,187,170); }
div.DivClassName
{
background-color: #DABBAA;
}
.BgClassName
{
background-color: #DABBAA;
}
</style>
border-color css
<style>
span { border-color: #DABBAA; }
span { border-color: rgb(218,187,170); }
td.TdClassName
{
border-color: #DABBAA;
}
.TagClassName
{
border-color: #DABBAA;
}
</style>