Shades of Kobi #DBA1AD
Tints of Kobi #DBA1AD
RGB
CMYK
RGB Variations
Color information
#DBA1AD (or 0xDBA1AD) is known color: Kobi. HEX triplet: DB, A1 and AD. RGB value is (219,161,173). Sum of RGB (Red+Green+Blue) = 219+161+173=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1AD is #245E52. Grayscale: #B3B3B3. Windows color (decimal): -2383443 or 11379163. OLE color: 11379163.
HSL color Cylindrical-coordinate representation of color #DBA1AD: hue angle of 347.59º 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 #DBA1AD is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 173 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.14 |
| HSL | 347.59º | 0.45% | 0.75% | - |
| HSV(B) | 347.59º | 0.26% | 0.86% | - |
| XYZ | 49.5 | 43.57 | 45.34 | - |
| YUV | 179.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 173 | 0 | 0.26 | 0.21 | 0.14 | 347.59 | 0.45 | 0.75 |
| Hex | DB | A1 | AD | 0 | 1A | 15 | E | 15C | 2D | 4B |
| Octal | 333 | 241 | 255 | 0 | 32 | 25 | 16 | 534 | 55 | 113 |
| Binary | 11011011 | 10100001 | 10101101 | 0 | 11010 | 10101 | 1110 | 101011100 | 101101 | 1001011 |
Color Harmonies of #DBA1AD
Complementary color
Monochromatic Colors of #DBA1AD
Black with #DBA1AD
Text Example
Text Example
White with #DBA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1AD; }
p { color: rgb(219,161,173); }
H1.HeaderClassName
{
color: #DBA1AD;
}
.AnyTagClassName
{
color: #DBA1AD;
}
</style>
background-color css
<style>
a { background-color: #DBA1AD; }
a { background-color: rgb(219,161,173); }
div.DivClassName
{
background-color: #DBA1AD;
}
.BgClassName
{
background-color: #DBA1AD;
}
</style>
border-color css
<style>
span { border-color: #DBA1AD; }
span { border-color: rgb(219,161,173); }
td.TdClassName
{
border-color: #DBA1AD;
}
.TagClassName
{
border-color: #DBA1AD;
}
</style>