Shades of Kobi #DC80A9
Tints of Kobi #DC80A9
RGB
CMYK
RGB Variations
Color information
#DC80A9 (or 0xDC80A9) is known color: Kobi. HEX triplet: DC, 80 and A9. RGB value is (220,128,169). Sum of RGB (Red+Green+Blue) = 220+128+169=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC80A9 is #237F56. Grayscale: #A0A0A0. Windows color (decimal): -2326359 or 11108572. OLE color: 11108572.
HSL color Cylindrical-coordinate representation of color #DC80A9: hue angle of 333.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80A9 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 169 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.14 |
| HSL | 333.26º | 0.57% | 0.68% | - |
| HSV(B) | 333.26º | 0.42% | 0.86% | - |
| XYZ | 44.4 | 33.52 | 41.67 | - |
| YUV | 160.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 169 | 0 | 0.42 | 0.23 | 0.14 | 333.26 | 0.57 | 0.68 |
| Hex | DC | 80 | A9 | 0 | 2A | 17 | E | 14D | 39 | 44 |
| Octal | 334 | 200 | 251 | 0 | 52 | 27 | 16 | 515 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10101001 | 0 | 101010 | 10111 | 1110 | 101001101 | 111001 | 1000100 |
Color Harmonies of #DC80A9
Complementary color
Monochromatic Colors of #DC80A9
Black with #DC80A9
Text Example
Text Example
White with #DC80A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80A9; }
p { color: rgb(220,128,169); }
H1.HeaderClassName
{
color: #DC80A9;
}
.AnyTagClassName
{
color: #DC80A9;
}
</style>
background-color css
<style>
a { background-color: #DC80A9; }
a { background-color: rgb(220,128,169); }
div.DivClassName
{
background-color: #DC80A9;
}
.BgClassName
{
background-color: #DC80A9;
}
</style>
border-color css
<style>
span { border-color: #DC80A9; }
span { border-color: rgb(220,128,169); }
td.TdClassName
{
border-color: #DC80A9;
}
.TagClassName
{
border-color: #DC80A9;
}
</style>