Shades of Kobi #DC99B3
Tints of Kobi #DC99B3
RGB
CMYK
RGB Variations
Color information
#DC99B3 (or 0xDC99B3) is known color: Kobi. HEX triplet: DC, 99 and B3. RGB value is (220,153,179). Sum of RGB (Red+Green+Blue) = 220+153+179=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99B3 is #23664C. Grayscale: #AFAFAF. Windows color (decimal): -2319949 or 11770332. OLE color: 11770332.
HSL color Cylindrical-coordinate representation of color #DC99B3: hue angle of 336.72º 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 #DC99B3 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 179 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.14 |
| HSL | 336.72º | 0.49% | 0.73% | - |
| HSV(B) | 336.72º | 0.3% | 0.86% | - |
| XYZ | 49.04 | 41.25 | 48.03 | - |
| YUV | 176 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 179 | 0 | 0.30 | 0.19 | 0.14 | 336.72 | 0.49 | 0.73 |
| Hex | DC | 99 | B3 | 0 | 1E | 13 | E | 151 | 31 | 49 |
| Octal | 334 | 231 | 263 | 0 | 36 | 23 | 16 | 521 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10110011 | 0 | 11110 | 10011 | 1110 | 101010001 | 110001 | 1001001 |
Color Harmonies of #DC99B3
Complementary color
Monochromatic Colors of #DC99B3
Black with #DC99B3
Text Example
Text Example
White with #DC99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99B3; }
p { color: rgb(220,153,179); }
H1.HeaderClassName
{
color: #DC99B3;
}
.AnyTagClassName
{
color: #DC99B3;
}
</style>
background-color css
<style>
a { background-color: #DC99B3; }
a { background-color: rgb(220,153,179); }
div.DivClassName
{
background-color: #DC99B3;
}
.BgClassName
{
background-color: #DC99B3;
}
</style>
border-color css
<style>
span { border-color: #DC99B3; }
span { border-color: rgb(220,153,179); }
td.TdClassName
{
border-color: #DC99B3;
}
.TagClassName
{
border-color: #DC99B3;
}
</style>