Shades of Just Right #DBB7A5
Tints of Just Right #DBB7A5
RGB
CMYK
RGB Variations
Color information
#DBB7A5 (or 0xDBB7A5) is known color: Just Right. HEX triplet: DB, B7 and A5. RGB value is (219,183,165). Sum of RGB (Red+Green+Blue) = 219+183+165=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7A5 is #24485A. Grayscale: #BFBFBF. Windows color (decimal): -2377819 or 10860507. OLE color: 10860507.
HSL color Cylindrical-coordinate representation of color #DBB7A5: hue angle of 20º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB7A5 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 165 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.14 |
| HSL | 20º | 0.43% | 0.75% | - |
| HSV(B) | 20º | 0.25% | 0.86% | - |
| XYZ | 52.94 | 51.64 | 42.78 | - |
| YUV | 191.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 165 | 0 | 0.16 | 0.25 | 0.14 | 20 | 0.43 | 0.75 |
| Hex | DB | B7 | A5 | 0 | 10 | 19 | E | 14 | 2B | 4B |
| Octal | 333 | 267 | 245 | 0 | 20 | 31 | 16 | 24 | 53 | 113 |
| Binary | 11011011 | 10110111 | 10100101 | 0 | 10000 | 11001 | 1110 | 10100 | 101011 | 1001011 |
Color Harmonies of #DBB7A5
Complementary color
Monochromatic Colors of #DBB7A5
Black with #DBB7A5
Text Example
Text Example
White with #DBB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7A5; }
p { color: rgb(219,183,165); }
H1.HeaderClassName
{
color: #DBB7A5;
}
.AnyTagClassName
{
color: #DBB7A5;
}
</style>
background-color css
<style>
a { background-color: #DBB7A5; }
a { background-color: rgb(219,183,165); }
div.DivClassName
{
background-color: #DBB7A5;
}
.BgClassName
{
background-color: #DBB7A5;
}
</style>
border-color css
<style>
span { border-color: #DBB7A5; }
span { border-color: rgb(219,183,165); }
td.TdClassName
{
border-color: #DBB7A5;
}
.TagClassName
{
border-color: #DBB7A5;
}
</style>