Shades of Just Right #DAB9A9
Tints of Just Right #DAB9A9
RGB
CMYK
RGB Variations
Color information
#DAB9A9 (or 0xDAB9A9) is known color: Just Right. HEX triplet: DA, B9 and A9. RGB value is (218,185,169). Sum of RGB (Red+Green+Blue) = 218+185+169=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9A9 is #254656. Grayscale: #C1C1C1. Windows color (decimal): -2442839 or 11123162. OLE color: 11123162.
HSL color Cylindrical-coordinate representation of color #DAB9A9: hue angle of 19.59º degrees, saturation: 0.4, 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 #DAB9A9 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 169 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.15 |
| HSL | 19.59º | 0.4% | 0.76% | - |
| HSV(B) | 19.59º | 0.22% | 0.85% | - |
| XYZ | 53.42 | 52.47 | 44.85 | - |
| YUV | 193.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 169 | 0 | 0.15 | 0.22 | 0.15 | 19.59 | 0.4 | 0.76 |
| Hex | DA | B9 | A9 | 0 | F | 16 | F | 14 | 28 | 4C |
| Octal | 332 | 271 | 251 | 0 | 17 | 26 | 17 | 24 | 50 | 114 |
| Binary | 11011010 | 10111001 | 10101001 | 0 | 1111 | 10110 | 1111 | 10100 | 101000 | 1001100 |
Color Harmonies of #DAB9A9
Complementary color
Monochromatic Colors of #DAB9A9
Black with #DAB9A9
Text Example
Text Example
White with #DAB9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9A9; }
p { color: rgb(218,185,169); }
H1.HeaderClassName
{
color: #DAB9A9;
}
.AnyTagClassName
{
color: #DAB9A9;
}
</style>
background-color css
<style>
a { background-color: #DAB9A9; }
a { background-color: rgb(218,185,169); }
div.DivClassName
{
background-color: #DAB9A9;
}
.BgClassName
{
background-color: #DAB9A9;
}
</style>
border-color css
<style>
span { border-color: #DAB9A9; }
span { border-color: rgb(218,185,169); }
td.TdClassName
{
border-color: #DAB9A9;
}
.TagClassName
{
border-color: #DAB9A9;
}
</style>