Shades of Just Right #DBBBA3
Tints of Just Right #DBBBA3
RGB
CMYK
RGB Variations
Color information
#DBBBA3 (or 0xDBBBA3) is known color: Just Right. HEX triplet: DB, BB and A3. RGB value is (219,187,163). Sum of RGB (Red+Green+Blue) = 219+187+163=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBA3 is #24445C. Grayscale: #C1C1C1. Windows color (decimal): -2376797 or 10730459. OLE color: 10730459.
HSL color Cylindrical-coordinate representation of color #DBBBA3: hue angle of 25.71º 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 #DBBBA3 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 187 | 163 | - |
CMYK | 0 | 0.15 | 0.26 | 0.14 |
HSL | 25.71º | 0.44% | 0.75% | - |
HSV(B) | 25.71º | 0.26% | 0.86% | - |
XYZ | 53.59 | 53.25 | 42.1 | - |
YUV | 193.83 | 110.6 | 145.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 187 | 163 | 0 | 0.15 | 0.26 | 0.14 | 25.71 | 0.44 | 0.75 |
Hex | DB | BB | A3 | 0 | F | 1A | E | 1A | 2C | 4B |
Octal | 333 | 273 | 243 | 0 | 17 | 32 | 16 | 32 | 54 | 113 |
Binary | 11011011 | 10111011 | 10100011 | 0 | 1111 | 11010 | 1110 | 11010 | 101100 | 1001011 |
Color Harmonies of #DBBBA3
Complementary color
Monochromatic Colors of #DBBBA3
Black with #DBBBA3
Text Example
Text Example
White with #DBBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBA3; }
p { color: rgb(219,187,163); }
H1.HeaderClassName
{
color: #DBBBA3;
}
.AnyTagClassName
{
color: #DBBBA3;
}
</style>
background-color css
<style>
a { background-color: #DBBBA3; }
a { background-color: rgb(219,187,163); }
div.DivClassName
{
background-color: #DBBBA3;
}
.BgClassName
{
background-color: #DBBBA3;
}
</style>
border-color css
<style>
span { border-color: #DBBBA3; }
span { border-color: rgb(219,187,163); }
td.TdClassName
{
border-color: #DBBBA3;
}
.TagClassName
{
border-color: #DBBBA3;
}
</style>