Shades of Just Right #DBB6A2
Tints of Just Right #DBB6A2
RGB
CMYK
RGB Variations
Color information
#DBB6A2 (or 0xDBB6A2) is known color: Just Right. HEX triplet: DB, B6 and A2. RGB value is (219,182,162). Sum of RGB (Red+Green+Blue) = 219+182+162=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6A2 is #24495D. Grayscale: #BEBEBE. Windows color (decimal): -2378078 or 10663643. OLE color: 10663643.
HSL color Cylindrical-coordinate representation of color #DBB6A2: hue angle of 21.05º 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 #DBB6A2 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 162 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.14 |
| HSL | 21.05º | 0.44% | 0.75% | - |
| HSV(B) | 21.05º | 0.26% | 0.86% | - |
| XYZ | 52.46 | 51.12 | 41.29 | - |
| YUV | 190.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 162 | 0 | 0.17 | 0.26 | 0.14 | 21.05 | 0.44 | 0.75 |
| Hex | DB | B6 | A2 | 0 | 11 | 1A | E | 15 | 2C | 4B |
| Octal | 333 | 266 | 242 | 0 | 21 | 32 | 16 | 25 | 54 | 113 |
| Binary | 11011011 | 10110110 | 10100010 | 0 | 10001 | 11010 | 1110 | 10101 | 101100 | 1001011 |
Color Harmonies of #DBB6A2
Complementary color
Monochromatic Colors of #DBB6A2
Black with #DBB6A2
Text Example
Text Example
White with #DBB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6A2; }
p { color: rgb(219,182,162); }
H1.HeaderClassName
{
color: #DBB6A2;
}
.AnyTagClassName
{
color: #DBB6A2;
}
</style>
background-color css
<style>
a { background-color: #DBB6A2; }
a { background-color: rgb(219,182,162); }
div.DivClassName
{
background-color: #DBB6A2;
}
.BgClassName
{
background-color: #DBB6A2;
}
</style>
border-color css
<style>
span { border-color: #DBB6A2; }
span { border-color: rgb(219,182,162); }
td.TdClassName
{
border-color: #DBB6A2;
}
.TagClassName
{
border-color: #DBB6A2;
}
</style>