Shades of Just Right #DABAA7
Tints of Just Right #DABAA7
RGB
CMYK
RGB Variations
Color information
#DABAA7 (or 0xDABAA7) is known color: Just Right. HEX triplet: DA, BA and A7. RGB value is (218,186,167). Sum of RGB (Red+Green+Blue) = 218+186+167=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA7 is #254558. Grayscale: #C1C1C1. Windows color (decimal): -2442585 or 10992346. OLE color: 10992346.
HSL color Cylindrical-coordinate representation of color #DABAA7: hue angle of 22.35º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABAA7 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 167 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.15 |
| HSL | 22.35º | 0.41% | 0.75% | - |
| HSV(B) | 22.35º | 0.23% | 0.85% | - |
| XYZ | 53.45 | 52.81 | 43.94 | - |
| YUV | 193.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 167 | 0 | 0.15 | 0.23 | 0.15 | 22.35 | 0.41 | 0.75 |
| Hex | DA | BA | A7 | 0 | F | 17 | F | 16 | 29 | 4B |
| Octal | 332 | 272 | 247 | 0 | 17 | 27 | 17 | 26 | 51 | 113 |
| Binary | 11011010 | 10111010 | 10100111 | 0 | 1111 | 10111 | 1111 | 10110 | 101001 | 1001011 |
Color Harmonies of #DABAA7
Complementary color
Monochromatic Colors of #DABAA7
Black with #DABAA7
Text Example
Text Example
White with #DABAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAA7; }
p { color: rgb(218,186,167); }
H1.HeaderClassName
{
color: #DABAA7;
}
.AnyTagClassName
{
color: #DABAA7;
}
</style>
background-color css
<style>
a { background-color: #DABAA7; }
a { background-color: rgb(218,186,167); }
div.DivClassName
{
background-color: #DABAA7;
}
.BgClassName
{
background-color: #DABAA7;
}
</style>
border-color css
<style>
span { border-color: #DABAA7; }
span { border-color: rgb(218,186,167); }
td.TdClassName
{
border-color: #DABAA7;
}
.TagClassName
{
border-color: #DABAA7;
}
</style>