Shades of Just Right #DBBEAA
Tints of Just Right #DBBEAA
RGB
CMYK
RGB Variations
Color information
#DBBEAA (or 0xDBBEAA) is known color: Just Right. HEX triplet: DB, BE and AA. RGB value is (219,190,170). Sum of RGB (Red+Green+Blue) = 219+190+170=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAA is #244155. Grayscale: #C4C4C4. Windows color (decimal): -2376022 or 11189979. OLE color: 11189979.
HSL color Cylindrical-coordinate representation of color #DBBEAA: hue angle of 24.49º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBEAA is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 170 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.14 |
| HSL | 24.49º | 0.4% | 0.76% | - |
| HSV(B) | 24.49º | 0.22% | 0.86% | - |
| XYZ | 54.88 | 54.79 | 45.71 | - |
| YUV | 196.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 170 | 0 | 0.13 | 0.22 | 0.14 | 24.49 | 0.4 | 0.76 |
| Hex | DB | BE | AA | 0 | D | 16 | E | 18 | 28 | 4C |
| Octal | 333 | 276 | 252 | 0 | 15 | 26 | 16 | 30 | 50 | 114 |
| Binary | 11011011 | 10111110 | 10101010 | 0 | 1101 | 10110 | 1110 | 11000 | 101000 | 1001100 |
Color Harmonies of #DBBEAA
Complementary color
Monochromatic Colors of #DBBEAA
Black with #DBBEAA
Text Example
Text Example
White with #DBBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEAA; }
p { color: rgb(219,190,170); }
H1.HeaderClassName
{
color: #DBBEAA;
}
.AnyTagClassName
{
color: #DBBEAA;
}
</style>
background-color css
<style>
a { background-color: #DBBEAA; }
a { background-color: rgb(219,190,170); }
div.DivClassName
{
background-color: #DBBEAA;
}
.BgClassName
{
background-color: #DBBEAA;
}
</style>
border-color css
<style>
span { border-color: #DBBEAA; }
span { border-color: rgb(219,190,170); }
td.TdClassName
{
border-color: #DBBEAA;
}
.TagClassName
{
border-color: #DBBEAA;
}
</style>