Shades of Kobi #DC89A5
Tints of Kobi #DC89A5
RGB
CMYK
RGB Variations
Color information
#DC89A5 (or 0xDC89A5) is known color: Kobi. HEX triplet: DC, 89 and A5. RGB value is (220,137,165). Sum of RGB (Red+Green+Blue) = 220+137+165=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC89A5 is #23765A. Grayscale: #A4A4A4. Windows color (decimal): -2324059 or 10848732. OLE color: 10848732.
HSL color Cylindrical-coordinate representation of color #DC89A5: hue angle of 339.76º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89A5 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 165 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.14 |
| HSL | 339.76º | 0.54% | 0.7% | - |
| HSV(B) | 339.76º | 0.38% | 0.86% | - |
| XYZ | 45.25 | 35.82 | 40.13 | - |
| YUV | 165.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 165 | 0 | 0.38 | 0.25 | 0.14 | 339.76 | 0.54 | 0.7 |
| Hex | DC | 89 | A5 | 0 | 26 | 19 | E | 154 | 36 | 46 |
| Octal | 334 | 211 | 245 | 0 | 46 | 31 | 16 | 524 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10100101 | 0 | 100110 | 11001 | 1110 | 101010100 | 110110 | 1000110 |
Color Harmonies of #DC89A5
Complementary color
Monochromatic Colors of #DC89A5
Black with #DC89A5
Text Example
Text Example
White with #DC89A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89A5; }
p { color: rgb(220,137,165); }
H1.HeaderClassName
{
color: #DC89A5;
}
.AnyTagClassName
{
color: #DC89A5;
}
</style>
background-color css
<style>
a { background-color: #DC89A5; }
a { background-color: rgb(220,137,165); }
div.DivClassName
{
background-color: #DC89A5;
}
.BgClassName
{
background-color: #DC89A5;
}
</style>
border-color css
<style>
span { border-color: #DC89A5; }
span { border-color: rgb(220,137,165); }
td.TdClassName
{
border-color: #DC89A5;
}
.TagClassName
{
border-color: #DC89A5;
}
</style>