Shades of Kobi #DC99AB
Tints of Kobi #DC99AB
RGB
CMYK
RGB Variations
Color information
#DC99AB (or 0xDC99AB) is known color: Kobi. HEX triplet: DC, 99 and AB. RGB value is (220,153,171). Sum of RGB (Red+Green+Blue) = 220+153+171=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AB is #236654. Grayscale: #AFAFAF. Windows color (decimal): -2319957 or 11246044. OLE color: 11246044.
HSL color Cylindrical-coordinate representation of color #DC99AB: hue angle of 343.88º 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 #DC99AB is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 171 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.14 |
| HSL | 343.88º | 0.49% | 0.73% | - |
| HSV(B) | 343.88º | 0.3% | 0.86% | - |
| XYZ | 48.26 | 40.94 | 43.89 | - |
| YUV | 175.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 171 | 0 | 0.30 | 0.22 | 0.14 | 343.88 | 0.49 | 0.73 |
| Hex | DC | 99 | AB | 0 | 1E | 16 | E | 158 | 31 | 49 |
| Octal | 334 | 231 | 253 | 0 | 36 | 26 | 16 | 530 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10101011 | 0 | 11110 | 10110 | 1110 | 101011000 | 110001 | 1001001 |
Color Harmonies of #DC99AB
Complementary color
Monochromatic Colors of #DC99AB
Black with #DC99AB
Text Example
Text Example
White with #DC99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99AB; }
p { color: rgb(220,153,171); }
H1.HeaderClassName
{
color: #DC99AB;
}
.AnyTagClassName
{
color: #DC99AB;
}
</style>
background-color css
<style>
a { background-color: #DC99AB; }
a { background-color: rgb(220,153,171); }
div.DivClassName
{
background-color: #DC99AB;
}
.BgClassName
{
background-color: #DC99AB;
}
</style>
border-color css
<style>
span { border-color: #DC99AB; }
span { border-color: rgb(220,153,171); }
td.TdClassName
{
border-color: #DC99AB;
}
.TagClassName
{
border-color: #DC99AB;
}
</style>