Shades of Just Right #DBC5B5
Tints of Just Right #DBC5B5
RGB
CMYK
RGB Variations
Color information
#DBC5B5 (or 0xDBC5B5) is known color: Just Right. HEX triplet: DB, C5 and B5. RGB value is (219,197,181). Sum of RGB (Red+Green+Blue) = 219+197+181=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5B5 is #243A4A. Grayscale: #C9C9C9. Windows color (decimal): -2374219 or 11912667. OLE color: 11912667.
HSL color Cylindrical-coordinate representation of color #DBC5B5: hue angle of 25.26º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC5B5 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 181 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.14 |
| HSL | 25.26º | 0.35% | 0.78% | - |
| HSV(B) | 25.26º | 0.17% | 0.86% | - |
| XYZ | 57.52 | 58.33 | 51.94 | - |
| YUV | 201.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 181 | 0 | 0.10 | 0.17 | 0.14 | 25.26 | 0.35 | 0.78 |
| Hex | DB | C5 | B5 | 0 | A | 11 | E | 19 | 23 | 4E |
| Octal | 333 | 305 | 265 | 0 | 12 | 21 | 16 | 31 | 43 | 116 |
| Binary | 11011011 | 11000101 | 10110101 | 0 | 1010 | 10001 | 1110 | 11001 | 100011 | 1001110 |
Color Harmonies of #DBC5B5
Complementary color
Monochromatic Colors of #DBC5B5
Black with #DBC5B5
Text Example
Text Example
White with #DBC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5B5; }
p { color: rgb(219,197,181); }
H1.HeaderClassName
{
color: #DBC5B5;
}
.AnyTagClassName
{
color: #DBC5B5;
}
</style>
background-color css
<style>
a { background-color: #DBC5B5; }
a { background-color: rgb(219,197,181); }
div.DivClassName
{
background-color: #DBC5B5;
}
.BgClassName
{
background-color: #DBC5B5;
}
</style>
border-color css
<style>
span { border-color: #DBC5B5; }
span { border-color: rgb(219,197,181); }
td.TdClassName
{
border-color: #DBC5B5;
}
.TagClassName
{
border-color: #DBC5B5;
}
</style>