Shades of Kobi #DBA1AF
Tints of Kobi #DBA1AF
RGB
CMYK
RGB Variations
Color information
#DBA1AF (or 0xDBA1AF) is known color: Kobi. HEX triplet: DB, A1 and AF. RGB value is (219,161,175). Sum of RGB (Red+Green+Blue) = 219+161+175=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1AF is #245E50. Grayscale: #B3B3B3. Windows color (decimal): -2383441 or 11510235. OLE color: 11510235.
HSL color Cylindrical-coordinate representation of color #DBA1AF: hue angle of 345.52º degrees, saturation: 0.45, 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 #DBA1AF is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 175 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.14 |
| HSL | 345.52º | 0.45% | 0.75% | - |
| HSV(B) | 345.52º | 0.26% | 0.86% | - |
| XYZ | 49.7 | 43.64 | 46.36 | - |
| YUV | 179.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 175 | 0 | 0.26 | 0.20 | 0.14 | 345.52 | 0.45 | 0.75 |
| Hex | DB | A1 | AF | 0 | 1A | 14 | E | 15A | 2D | 4B |
| Octal | 333 | 241 | 257 | 0 | 32 | 24 | 16 | 532 | 55 | 113 |
| Binary | 11011011 | 10100001 | 10101111 | 0 | 11010 | 10100 | 1110 | 101011010 | 101101 | 1001011 |
Color Harmonies of #DBA1AF
Complementary color
Monochromatic Colors of #DBA1AF
Black with #DBA1AF
Text Example
Text Example
White with #DBA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1AF; }
p { color: rgb(219,161,175); }
H1.HeaderClassName
{
color: #DBA1AF;
}
.AnyTagClassName
{
color: #DBA1AF;
}
</style>
background-color css
<style>
a { background-color: #DBA1AF; }
a { background-color: rgb(219,161,175); }
div.DivClassName
{
background-color: #DBA1AF;
}
.BgClassName
{
background-color: #DBA1AF;
}
</style>
border-color css
<style>
span { border-color: #DBA1AF; }
span { border-color: rgb(219,161,175); }
td.TdClassName
{
border-color: #DBA1AF;
}
.TagClassName
{
border-color: #DBA1AF;
}
</style>