Shades of Kobi #DBA0AD
Tints of Kobi #DBA0AD
RGB
CMYK
RGB Variations
Color information
#DBA0AD (or 0xDBA0AD) is known color: Kobi. HEX triplet: DB, A0 and AD. RGB value is (219,160,173). Sum of RGB (Red+Green+Blue) = 219+160+173=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0AD is #245F52. Grayscale: #B3B3B3. Windows color (decimal): -2383699 or 11378907. OLE color: 11378907.
HSL color Cylindrical-coordinate representation of color #DBA0AD: hue angle of 346.78º 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 #DBA0AD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 173 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.14 |
| HSL | 346.78º | 0.45% | 0.74% | - |
| HSV(B) | 346.78º | 0.27% | 0.86% | - |
| XYZ | 49.33 | 43.22 | 45.28 | - |
| YUV | 179.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 173 | 0 | 0.27 | 0.21 | 0.14 | 346.78 | 0.45 | 0.74 |
| Hex | DB | A0 | AD | 0 | 1B | 15 | E | 15B | 2D | 4A |
| Octal | 333 | 240 | 255 | 0 | 33 | 25 | 16 | 533 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10101101 | 0 | 11011 | 10101 | 1110 | 101011011 | 101101 | 1001010 |
Color Harmonies of #DBA0AD
Complementary color
Monochromatic Colors of #DBA0AD
Black with #DBA0AD
Text Example
Text Example
White with #DBA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0AD; }
p { color: rgb(219,160,173); }
H1.HeaderClassName
{
color: #DBA0AD;
}
.AnyTagClassName
{
color: #DBA0AD;
}
</style>
background-color css
<style>
a { background-color: #DBA0AD; }
a { background-color: rgb(219,160,173); }
div.DivClassName
{
background-color: #DBA0AD;
}
.BgClassName
{
background-color: #DBA0AD;
}
</style>
border-color css
<style>
span { border-color: #DBA0AD; }
span { border-color: rgb(219,160,173); }
td.TdClassName
{
border-color: #DBA0AD;
}
.TagClassName
{
border-color: #DBA0AD;
}
</style>