Shades of Kobi #DC99B0
Tints of Kobi #DC99B0
RGB
CMYK
RGB Variations
Color information
#DC99B0 (or 0xDC99B0) is known color: Kobi. HEX triplet: DC, 99 and B0. RGB value is (220,153,176). Sum of RGB (Red+Green+Blue) = 220+153+176=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99B0 is #23664F. Grayscale: #AFAFAF. Windows color (decimal): -2319952 or 11573724. OLE color: 11573724.
HSL color Cylindrical-coordinate representation of color #DC99B0: hue angle of 339.4º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99B0 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 176 | - |
| CMYK | 0 | 0.30 | 0.2 | 0.14 |
| HSL | 339.4º | 0.49% | 0.73% | - |
| HSV(B) | 339.4º | 0.3% | 0.86% | - |
| XYZ | 48.74 | 41.13 | 46.44 | - |
| YUV | 175.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 176 | 0 | 0.30 | 0.2 | 0.14 | 339.4 | 0.49 | 0.73 |
| Hex | DC | 99 | B0 | 0 | 1E | 14 | E | 153 | 31 | 49 |
| Octal | 334 | 231 | 260 | 0 | 36 | 24 | 16 | 523 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10110000 | 0 | 11110 | 10100 | 1110 | 101010011 | 110001 | 1001001 |
Color Harmonies of #DC99B0
Complementary color
Monochromatic Colors of #DC99B0
Black with #DC99B0
Text Example
Text Example
White with #DC99B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99B0; }
p { color: rgb(220,153,176); }
H1.HeaderClassName
{
color: #DC99B0;
}
.AnyTagClassName
{
color: #DC99B0;
}
</style>
background-color css
<style>
a { background-color: #DC99B0; }
a { background-color: rgb(220,153,176); }
div.DivClassName
{
background-color: #DC99B0;
}
.BgClassName
{
background-color: #DC99B0;
}
</style>
border-color css
<style>
span { border-color: #DC99B0; }
span { border-color: rgb(220,153,176); }
td.TdClassName
{
border-color: #DC99B0;
}
.TagClassName
{
border-color: #DC99B0;
}
</style>