Shades of Just Right #DABAA4
Tints of Just Right #DABAA4
RGB
CMYK
RGB Variations
Color information
#DABAA4 (or 0xDABAA4) is known color: Just Right. HEX triplet: DA, BA and A4. RGB value is (218,186,164). Sum of RGB (Red+Green+Blue) = 218+186+164=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA4 is #25455B. Grayscale: #C1C1C1. Windows color (decimal): -2442588 or 10795738. OLE color: 10795738.
HSL color Cylindrical-coordinate representation of color #DABAA4: hue angle of 24.44º degrees, saturation: 0.42, 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 #DABAA4 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 164 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.15 |
| HSL | 24.44º | 0.42% | 0.75% | - |
| HSV(B) | 24.44º | 0.25% | 0.85% | - |
| XYZ | 53.17 | 52.7 | 42.49 | - |
| YUV | 193.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 164 | 0 | 0.15 | 0.25 | 0.15 | 24.44 | 0.42 | 0.75 |
| Hex | DA | BA | A4 | 0 | F | 19 | F | 18 | 2A | 4B |
| Octal | 332 | 272 | 244 | 0 | 17 | 31 | 17 | 30 | 52 | 113 |
| Binary | 11011010 | 10111010 | 10100100 | 0 | 1111 | 11001 | 1111 | 11000 | 101010 | 1001011 |
Color Harmonies of #DABAA4
Complementary color
Monochromatic Colors of #DABAA4
Black with #DABAA4
Text Example
Text Example
White with #DABAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAA4; }
p { color: rgb(218,186,164); }
H1.HeaderClassName
{
color: #DABAA4;
}
.AnyTagClassName
{
color: #DABAA4;
}
</style>
background-color css
<style>
a { background-color: #DABAA4; }
a { background-color: rgb(218,186,164); }
div.DivClassName
{
background-color: #DABAA4;
}
.BgClassName
{
background-color: #DABAA4;
}
</style>
border-color css
<style>
span { border-color: #DABAA4; }
span { border-color: rgb(218,186,164); }
td.TdClassName
{
border-color: #DABAA4;
}
.TagClassName
{
border-color: #DABAA4;
}
</style>