Shades of Just Right #DABBAB
Tints of Just Right #DABBAB
RGB
CMYK
RGB Variations
Color information
#DABBAB (or 0xDABBAB) is known color: Just Right. HEX triplet: DA, BB and AB. RGB value is (218,187,171). Sum of RGB (Red+Green+Blue) = 218+187+171=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAB is #254454. Grayscale: #C2C2C2. Windows color (decimal): -2442325 or 11254746. OLE color: 11254746.
HSL color Cylindrical-coordinate representation of color #DABBAB: hue angle of 20.43º 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 #DABBAB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 171 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.15 |
| HSL | 20.43º | 0.39% | 0.76% | - |
| HSV(B) | 20.43º | 0.22% | 0.85% | - |
| XYZ | 54.03 | 53.39 | 45.98 | - |
| YUV | 194.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 171 | 0 | 0.14 | 0.22 | 0.15 | 20.43 | 0.39 | 0.76 |
| Hex | DA | BB | AB | 0 | E | 16 | F | 14 | 27 | 4C |
| Octal | 332 | 273 | 253 | 0 | 16 | 26 | 17 | 24 | 47 | 114 |
| Binary | 11011010 | 10111011 | 10101011 | 0 | 1110 | 10110 | 1111 | 10100 | 100111 | 1001100 |
Color Harmonies of #DABBAB
Complementary color
Monochromatic Colors of #DABBAB
Black with #DABBAB
Text Example
Text Example
White with #DABBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBAB; }
p { color: rgb(218,187,171); }
H1.HeaderClassName
{
color: #DABBAB;
}
.AnyTagClassName
{
color: #DABBAB;
}
</style>
background-color css
<style>
a { background-color: #DABBAB; }
a { background-color: rgb(218,187,171); }
div.DivClassName
{
background-color: #DABBAB;
}
.BgClassName
{
background-color: #DABBAB;
}
</style>
border-color css
<style>
span { border-color: #DABBAB; }
span { border-color: rgb(218,187,171); }
td.TdClassName
{
border-color: #DABBAB;
}
.TagClassName
{
border-color: #DABBAB;
}
</style>