Shades of Just Right #DBBAA2
Tints of Just Right #DBBAA2
RGB
CMYK
RGB Variations
Color information
#DBBAA2 (or 0xDBBAA2) is known color: Just Right. HEX triplet: DB, BA and A2. RGB value is (219,186,162). Sum of RGB (Red+Green+Blue) = 219+186+162=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAA2 is #24455D. Grayscale: #C1C1C1. Windows color (decimal): -2377054 or 10664667. OLE color: 10664667.
HSL color Cylindrical-coordinate representation of color #DBBAA2: hue angle of 25.26º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBAA2 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 162 | - |
CMYK | 0 | 0.15 | 0.26 | 0.14 |
HSL | 25.26º | 0.44% | 0.75% | - |
HSV(B) | 25.26º | 0.26% | 0.86% | - |
XYZ | 53.29 | 52.79 | 41.56 | - |
YUV | 193.13 | 110.43 | 146.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 162 | 0 | 0.15 | 0.26 | 0.14 | 25.26 | 0.44 | 0.75 |
Hex | DB | BA | A2 | 0 | F | 1A | E | 19 | 2C | 4B |
Octal | 333 | 272 | 242 | 0 | 17 | 32 | 16 | 31 | 54 | 113 |
Binary | 11011011 | 10111010 | 10100010 | 0 | 1111 | 11010 | 1110 | 11001 | 101100 | 1001011 |
Color Harmonies of #DBBAA2
Complementary color
Monochromatic Colors of #DBBAA2
Black with #DBBAA2
Text Example
Text Example
White with #DBBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAA2; }
p { color: rgb(219,186,162); }
H1.HeaderClassName
{
color: #DBBAA2;
}
.AnyTagClassName
{
color: #DBBAA2;
}
</style>
background-color css
<style>
a { background-color: #DBBAA2; }
a { background-color: rgb(219,186,162); }
div.DivClassName
{
background-color: #DBBAA2;
}
.BgClassName
{
background-color: #DBBAA2;
}
</style>
border-color css
<style>
span { border-color: #DBBAA2; }
span { border-color: rgb(219,186,162); }
td.TdClassName
{
border-color: #DBBAA2;
}
.TagClassName
{
border-color: #DBBAA2;
}
</style>