Shades of Just Right #DAB8A1
Tints of Just Right #DAB8A1
RGB
CMYK
RGB Variations
Color information
#DAB8A1 (or 0xDAB8A1) is known color: Just Right. HEX triplet: DA, B8 and A1. RGB value is (218,184,161). Sum of RGB (Red+Green+Blue) = 218+184+161=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB8A1 is #25475E. Grayscale: #BFBFBF. Windows color (decimal): -2443103 or 10598618. OLE color: 10598618.
HSL color Cylindrical-coordinate representation of color #DAB8A1: hue angle of 24.21º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB8A1 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 161 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.15 |
| HSL | 24.21º | 0.44% | 0.74% | - |
| HSV(B) | 24.21º | 0.26% | 0.85% | - |
| XYZ | 52.49 | 51.76 | 40.94 | - |
| YUV | 191.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 161 | 0 | 0.16 | 0.26 | 0.15 | 24.21 | 0.44 | 0.74 |
| Hex | DA | B8 | A1 | 0 | 10 | 1A | F | 18 | 2C | 4A |
| Octal | 332 | 270 | 241 | 0 | 20 | 32 | 17 | 30 | 54 | 112 |
| Binary | 11011010 | 10111000 | 10100001 | 0 | 10000 | 11010 | 1111 | 11000 | 101100 | 1001010 |
Color Harmonies of #DAB8A1
Complementary color
Monochromatic Colors of #DAB8A1
Black with #DAB8A1
Text Example
Text Example
White with #DAB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8A1; }
p { color: rgb(218,184,161); }
H1.HeaderClassName
{
color: #DAB8A1;
}
.AnyTagClassName
{
color: #DAB8A1;
}
</style>
background-color css
<style>
a { background-color: #DAB8A1; }
a { background-color: rgb(218,184,161); }
div.DivClassName
{
background-color: #DAB8A1;
}
.BgClassName
{
background-color: #DAB8A1;
}
</style>
border-color css
<style>
span { border-color: #DAB8A1; }
span { border-color: rgb(218,184,161); }
td.TdClassName
{
border-color: #DAB8A1;
}
.TagClassName
{
border-color: #DAB8A1;
}
</style>