Shades of Kobi #DF9BAB
Tints of Kobi #DF9BAB
RGB
CMYK
RGB Variations
Color information
#DF9BAB (or 0xDF9BAB) is known color: Kobi. HEX triplet: DF, 9B and AB. RGB value is (223,155,171). Sum of RGB (Red+Green+Blue) = 223+155+171=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9BAB is #206454. Grayscale: #B1B1B1. Windows color (decimal): -2122837 or 11246559. OLE color: 11246559.
HSL color Cylindrical-coordinate representation of color #DF9BAB: hue angle of 345.88º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9BAB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 171 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.13 |
| HSL | 345.88º | 0.52% | 0.74% | - |
| HSV(B) | 345.88º | 0.3% | 0.87% | - |
| XYZ | 49.5 | 42.07 | 44.04 | - |
| YUV | 177.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 171 | 0 | 0.30 | 0.23 | 0.13 | 345.88 | 0.52 | 0.74 |
| Hex | DF | 9B | AB | 0 | 1E | 17 | D | 15A | 34 | 4A |
| Octal | 337 | 233 | 253 | 0 | 36 | 27 | 15 | 532 | 64 | 112 |
| Binary | 11011111 | 10011011 | 10101011 | 0 | 11110 | 10111 | 1101 | 101011010 | 110100 | 1001010 |
Color Harmonies of #DF9BAB
Complementary color
Monochromatic Colors of #DF9BAB
Black with #DF9BAB
Text Example
Text Example
White with #DF9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BAB; }
p { color: rgb(223,155,171); }
H1.HeaderClassName
{
color: #DF9BAB;
}
.AnyTagClassName
{
color: #DF9BAB;
}
</style>
background-color css
<style>
a { background-color: #DF9BAB; }
a { background-color: rgb(223,155,171); }
div.DivClassName
{
background-color: #DF9BAB;
}
.BgClassName
{
background-color: #DF9BAB;
}
</style>
border-color css
<style>
span { border-color: #DF9BAB; }
span { border-color: rgb(223,155,171); }
td.TdClassName
{
border-color: #DF9BAB;
}
.TagClassName
{
border-color: #DF9BAB;
}
</style>