Shades of Just Right #DABCAA
Tints of Just Right #DABCAA
RGB
CMYK
RGB Variations
Color information
#DABCAA (or 0xDABCAA) is known color: Just Right. HEX triplet: DA, BC and AA. RGB value is (218,188,170). Sum of RGB (Red+Green+Blue) = 218+188+170=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCAA is #254355. Grayscale: #C3C3C3. Windows color (decimal): -2442070 or 11189466. OLE color: 11189466.
HSL color Cylindrical-coordinate representation of color #DABCAA: hue angle of 22.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABCAA is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 170 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.15 |
| HSL | 22.5º | 0.39% | 0.76% | - |
| HSV(B) | 22.5º | 0.22% | 0.85% | - |
| XYZ | 54.15 | 53.77 | 45.56 | - |
| YUV | 194.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 170 | 0 | 0.14 | 0.22 | 0.15 | 22.5 | 0.39 | 0.76 |
| Hex | DA | BC | AA | 0 | E | 16 | F | 16 | 27 | 4C |
| Octal | 332 | 274 | 252 | 0 | 16 | 26 | 17 | 26 | 47 | 114 |
| Binary | 11011010 | 10111100 | 10101010 | 0 | 1110 | 10110 | 1111 | 10110 | 100111 | 1001100 |
Color Harmonies of #DABCAA
Complementary color
Monochromatic Colors of #DABCAA
Black with #DABCAA
Text Example
Text Example
White with #DABCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCAA; }
p { color: rgb(218,188,170); }
H1.HeaderClassName
{
color: #DABCAA;
}
.AnyTagClassName
{
color: #DABCAA;
}
</style>
background-color css
<style>
a { background-color: #DABCAA; }
a { background-color: rgb(218,188,170); }
div.DivClassName
{
background-color: #DABCAA;
}
.BgClassName
{
background-color: #DABCAA;
}
</style>
border-color css
<style>
span { border-color: #DABCAA; }
span { border-color: rgb(218,188,170); }
td.TdClassName
{
border-color: #DABCAA;
}
.TagClassName
{
border-color: #DABCAA;
}
</style>