Shades of Kobi #DBA0AF
Tints of Kobi #DBA0AF
RGB
CMYK
RGB Variations
Color information
#DBA0AF (or 0xDBA0AF) is known color: Kobi. HEX triplet: DB, A0 and AF. RGB value is (219,160,175). Sum of RGB (Red+Green+Blue) = 219+160+175=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0AF is #245F50. Grayscale: #B3B3B3. Windows color (decimal): -2383697 or 11509979. OLE color: 11509979.
HSL color Cylindrical-coordinate representation of color #DBA0AF: hue angle of 344.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0AF is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 175 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.14 |
| HSL | 344.75º | 0.45% | 0.74% | - |
| HSV(B) | 344.75º | 0.27% | 0.86% | - |
| XYZ | 49.52 | 43.3 | 46.3 | - |
| YUV | 179.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 175 | 0 | 0.27 | 0.20 | 0.14 | 344.75 | 0.45 | 0.74 |
| Hex | DB | A0 | AF | 0 | 1B | 14 | E | 159 | 2D | 4A |
| Octal | 333 | 240 | 257 | 0 | 33 | 24 | 16 | 531 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10101111 | 0 | 11011 | 10100 | 1110 | 101011001 | 101101 | 1001010 |
Color Harmonies of #DBA0AF
Complementary color
Monochromatic Colors of #DBA0AF
Black with #DBA0AF
Text Example
Text Example
White with #DBA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0AF; }
p { color: rgb(219,160,175); }
H1.HeaderClassName
{
color: #DBA0AF;
}
.AnyTagClassName
{
color: #DBA0AF;
}
</style>
background-color css
<style>
a { background-color: #DBA0AF; }
a { background-color: rgb(219,160,175); }
div.DivClassName
{
background-color: #DBA0AF;
}
.BgClassName
{
background-color: #DBA0AF;
}
</style>
border-color css
<style>
span { border-color: #DBA0AF; }
span { border-color: rgb(219,160,175); }
td.TdClassName
{
border-color: #DBA0AF;
}
.TagClassName
{
border-color: #DBA0AF;
}
</style>