Shades of Kobi #DC99A3
Tints of Kobi #DC99A3
RGB
CMYK
RGB Variations
Color information
#DC99A3 (or 0xDC99A3) is known color: Kobi. HEX triplet: DC, 99 and A3. RGB value is (220,153,163). Sum of RGB (Red+Green+Blue) = 220+153+163=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99A3 is #23665C. Grayscale: #AEAEAE. Windows color (decimal): -2319965 or 10721756. OLE color: 10721756.
HSL color Cylindrical-coordinate representation of color #DC99A3: hue angle of 351.04º 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 #DC99A3 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 163 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.14 |
| HSL | 351.04º | 0.49% | 0.73% | - |
| HSV(B) | 351.04º | 0.3% | 0.86% | - |
| XYZ | 47.52 | 40.64 | 39.99 | - |
| YUV | 174.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 163 | 0 | 0.30 | 0.26 | 0.14 | 351.04 | 0.49 | 0.73 |
| Hex | DC | 99 | A3 | 0 | 1E | 1A | E | 15F | 31 | 49 |
| Octal | 334 | 231 | 243 | 0 | 36 | 32 | 16 | 537 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10100011 | 0 | 11110 | 11010 | 1110 | 101011111 | 110001 | 1001001 |
Color Harmonies of #DC99A3
Complementary color
Monochromatic Colors of #DC99A3
Black with #DC99A3
Text Example
Text Example
White with #DC99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99A3; }
p { color: rgb(220,153,163); }
H1.HeaderClassName
{
color: #DC99A3;
}
.AnyTagClassName
{
color: #DC99A3;
}
</style>
background-color css
<style>
a { background-color: #DC99A3; }
a { background-color: rgb(220,153,163); }
div.DivClassName
{
background-color: #DC99A3;
}
.BgClassName
{
background-color: #DC99A3;
}
</style>
border-color css
<style>
span { border-color: #DC99A3; }
span { border-color: rgb(220,153,163); }
td.TdClassName
{
border-color: #DC99A3;
}
.TagClassName
{
border-color: #DC99A3;
}
</style>