Shades of Just Right #DABAA5
Tints of Just Right #DABAA5
RGB
CMYK
RGB Variations
Color information
#DABAA5 (or 0xDABAA5) is known color: Just Right. HEX triplet: DA, BA and A5. RGB value is (218,186,165). Sum of RGB (Red+Green+Blue) = 218+186+165=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA5 is #25455A. Grayscale: #C1C1C1. Windows color (decimal): -2442587 or 10861274. OLE color: 10861274.
HSL color Cylindrical-coordinate representation of color #DABAA5: hue angle of 23.77º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABAA5 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 165 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.15 |
| HSL | 23.77º | 0.42% | 0.75% | - |
| HSV(B) | 23.77º | 0.24% | 0.85% | - |
| XYZ | 53.26 | 52.74 | 42.97 | - |
| YUV | 193.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 165 | 0 | 0.15 | 0.24 | 0.15 | 23.77 | 0.42 | 0.75 |
| Hex | DA | BA | A5 | 0 | F | 18 | F | 18 | 2A | 4B |
| Octal | 332 | 272 | 245 | 0 | 17 | 30 | 17 | 30 | 52 | 113 |
| Binary | 11011010 | 10111010 | 10100101 | 0 | 1111 | 11000 | 1111 | 11000 | 101010 | 1001011 |
Color Harmonies of #DABAA5
Complementary color
Monochromatic Colors of #DABAA5
Black with #DABAA5
Text Example
Text Example
White with #DABAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAA5; }
p { color: rgb(218,186,165); }
H1.HeaderClassName
{
color: #DABAA5;
}
.AnyTagClassName
{
color: #DABAA5;
}
</style>
background-color css
<style>
a { background-color: #DABAA5; }
a { background-color: rgb(218,186,165); }
div.DivClassName
{
background-color: #DABAA5;
}
.BgClassName
{
background-color: #DABAA5;
}
</style>
border-color css
<style>
span { border-color: #DABAA5; }
span { border-color: rgb(218,186,165); }
td.TdClassName
{
border-color: #DABAA5;
}
.TagClassName
{
border-color: #DABAA5;
}
</style>