Shades of Just Right #DABBA8
Tints of Just Right #DABBA8
RGB
CMYK
RGB Variations
Color information
#DABBA8 (or 0xDABBA8) is known color: Just Right. HEX triplet: DA, BB and A8. RGB value is (218,187,168). Sum of RGB (Red+Green+Blue) = 218+187+168=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA8 is #254457. Grayscale: #C2C2C2. Windows color (decimal): -2442328 or 11058138. OLE color: 11058138.
HSL color Cylindrical-coordinate representation of color #DABBA8: hue angle of 22.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABBA8 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 168 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.15 |
| HSL | 22.8º | 0.4% | 0.76% | - |
| HSV(B) | 22.8º | 0.23% | 0.85% | - |
| XYZ | 53.75 | 53.27 | 44.5 | - |
| YUV | 194.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 168 | 0 | 0.14 | 0.23 | 0.15 | 22.8 | 0.4 | 0.76 |
| Hex | DA | BB | A8 | 0 | E | 17 | F | 17 | 28 | 4C |
| Octal | 332 | 273 | 250 | 0 | 16 | 27 | 17 | 27 | 50 | 114 |
| Binary | 11011010 | 10111011 | 10101000 | 0 | 1110 | 10111 | 1111 | 10111 | 101000 | 1001100 |
Color Harmonies of #DABBA8
Complementary color
Monochromatic Colors of #DABBA8
Black with #DABBA8
Text Example
Text Example
White with #DABBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBA8; }
p { color: rgb(218,187,168); }
H1.HeaderClassName
{
color: #DABBA8;
}
.AnyTagClassName
{
color: #DABBA8;
}
</style>
background-color css
<style>
a { background-color: #DABBA8; }
a { background-color: rgb(218,187,168); }
div.DivClassName
{
background-color: #DABBA8;
}
.BgClassName
{
background-color: #DABBA8;
}
</style>
border-color css
<style>
span { border-color: #DABBA8; }
span { border-color: rgb(218,187,168); }
td.TdClassName
{
border-color: #DABBA8;
}
.TagClassName
{
border-color: #DABBA8;
}
</style>