Shades of Just Right #DABBA9
Tints of Just Right #DABBA9
RGB
CMYK
RGB Variations
Color information
#DABBA9 (or 0xDABBA9) is known color: Just Right. HEX triplet: DA, BB and A9. RGB value is (218,187,169). Sum of RGB (Red+Green+Blue) = 218+187+169=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA9 is #254456. Grayscale: #C2C2C2. Windows color (decimal): -2442327 or 11123674. OLE color: 11123674.
HSL color Cylindrical-coordinate representation of color #DABBA9: hue angle of 22.04º degrees, saturation: 0.4, 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 #DABBA9 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 169 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.15 |
| HSL | 22.04º | 0.4% | 0.76% | - |
| HSV(B) | 22.04º | 0.22% | 0.85% | - |
| XYZ | 53.85 | 53.31 | 44.99 | - |
| YUV | 194.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 169 | 0 | 0.14 | 0.22 | 0.15 | 22.04 | 0.4 | 0.76 |
| Hex | DA | BB | A9 | 0 | E | 16 | F | 16 | 28 | 4C |
| Octal | 332 | 273 | 251 | 0 | 16 | 26 | 17 | 26 | 50 | 114 |
| Binary | 11011010 | 10111011 | 10101001 | 0 | 1110 | 10110 | 1111 | 10110 | 101000 | 1001100 |
Color Harmonies of #DABBA9
Complementary color
Monochromatic Colors of #DABBA9
Black with #DABBA9
Text Example
Text Example
White with #DABBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBA9; }
p { color: rgb(218,187,169); }
H1.HeaderClassName
{
color: #DABBA9;
}
.AnyTagClassName
{
color: #DABBA9;
}
</style>
background-color css
<style>
a { background-color: #DABBA9; }
a { background-color: rgb(218,187,169); }
div.DivClassName
{
background-color: #DABBA9;
}
.BgClassName
{
background-color: #DABBA9;
}
</style>
border-color css
<style>
span { border-color: #DABBA9; }
span { border-color: rgb(218,187,169); }
td.TdClassName
{
border-color: #DABBA9;
}
.TagClassName
{
border-color: #DABBA9;
}
</style>