Shades of Just Right #DABAA3
Tints of Just Right #DABAA3
RGB
CMYK
RGB Variations
Color information
#DABAA3 (or 0xDABAA3) is known color: Just Right. HEX triplet: DA, BA and A3. RGB value is (218,186,163). Sum of RGB (Red+Green+Blue) = 218+186+163=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA3 is #25455C. Grayscale: #C1C1C1. Windows color (decimal): -2442589 or 10730202. OLE color: 10730202.
HSL color Cylindrical-coordinate representation of color #DABAA3: hue angle of 25.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABAA3 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 163 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.15 |
| HSL | 25.09º | 0.43% | 0.75% | - |
| HSV(B) | 25.09º | 0.25% | 0.85% | - |
| XYZ | 53.08 | 52.67 | 42.02 | - |
| YUV | 192.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 163 | 0 | 0.15 | 0.25 | 0.15 | 25.09 | 0.43 | 0.75 |
| Hex | DA | BA | A3 | 0 | F | 19 | F | 19 | 2B | 4B |
| Octal | 332 | 272 | 243 | 0 | 17 | 31 | 17 | 31 | 53 | 113 |
| Binary | 11011010 | 10111010 | 10100011 | 0 | 1111 | 11001 | 1111 | 11001 | 101011 | 1001011 |
Color Harmonies of #DABAA3
Complementary color
Monochromatic Colors of #DABAA3
Black with #DABAA3
Text Example
Text Example
White with #DABAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAA3; }
p { color: rgb(218,186,163); }
H1.HeaderClassName
{
color: #DABAA3;
}
.AnyTagClassName
{
color: #DABAA3;
}
</style>
background-color css
<style>
a { background-color: #DABAA3; }
a { background-color: rgb(218,186,163); }
div.DivClassName
{
background-color: #DABAA3;
}
.BgClassName
{
background-color: #DABAA3;
}
</style>
border-color css
<style>
span { border-color: #DABAA3; }
span { border-color: rgb(218,186,163); }
td.TdClassName
{
border-color: #DABAA3;
}
.TagClassName
{
border-color: #DABAA3;
}
</style>