Shades of Kobi #DC86AA
Tints of Kobi #DC86AA
RGB
CMYK
RGB Variations
Color information
#DC86AA (or 0xDC86AA) is known color: Kobi. HEX triplet: DC, 86 and AA. RGB value is (220,134,170). Sum of RGB (Red+Green+Blue) = 220+134+170=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC86AA is #237955. Grayscale: #A3A3A3. Windows color (decimal): -2324822 or 11175644. OLE color: 11175644.
HSL color Cylindrical-coordinate representation of color #DC86AA: hue angle of 334.88º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86AA is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 170 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.14 |
| HSL | 334.88º | 0.55% | 0.69% | - |
| HSV(B) | 334.88º | 0.39% | 0.86% | - |
| XYZ | 45.3 | 35.17 | 42.43 | - |
| YUV | 163.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 170 | 0 | 0.39 | 0.23 | 0.14 | 334.88 | 0.55 | 0.69 |
| Hex | DC | 86 | AA | 0 | 27 | 17 | E | 14F | 37 | 45 |
| Octal | 334 | 206 | 252 | 0 | 47 | 27 | 16 | 517 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10101010 | 0 | 100111 | 10111 | 1110 | 101001111 | 110111 | 1000101 |
Color Harmonies of #DC86AA
Complementary color
Monochromatic Colors of #DC86AA
Black with #DC86AA
Text Example
Text Example
White with #DC86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86AA; }
p { color: rgb(220,134,170); }
H1.HeaderClassName
{
color: #DC86AA;
}
.AnyTagClassName
{
color: #DC86AA;
}
</style>
background-color css
<style>
a { background-color: #DC86AA; }
a { background-color: rgb(220,134,170); }
div.DivClassName
{
background-color: #DC86AA;
}
.BgClassName
{
background-color: #DC86AA;
}
</style>
border-color css
<style>
span { border-color: #DC86AA; }
span { border-color: rgb(220,134,170); }
td.TdClassName
{
border-color: #DC86AA;
}
.TagClassName
{
border-color: #DC86AA;
}
</style>