Shades of Kobi #DA86A7
Tints of Kobi #DA86A7
RGB
CMYK
RGB Variations
Color information
#DA86A7 (or 0xDA86A7) is known color: Kobi. HEX triplet: DA, 86 and A7. RGB value is (218,134,167). Sum of RGB (Red+Green+Blue) = 218+134+167=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA86A7 is #257958. Grayscale: #A2A2A2. Windows color (decimal): -2455897 or 10979034. OLE color: 10979034.
HSL color Cylindrical-coordinate representation of color #DA86A7: hue angle of 336.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86A7 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 167 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.15 |
| HSL | 336.43º | 0.53% | 0.69% | - |
| HSV(B) | 336.43º | 0.39% | 0.85% | - |
| XYZ | 44.41 | 34.75 | 40.92 | - |
| YUV | 162.88 | 130.33 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 167 | 0 | 0.39 | 0.23 | 0.15 | 336.43 | 0.53 | 0.69 |
| Hex | DA | 86 | A7 | 0 | 27 | 17 | F | 150 | 35 | 45 |
| Octal | 332 | 206 | 247 | 0 | 47 | 27 | 17 | 520 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10100111 | 0 | 100111 | 10111 | 1111 | 101010000 | 110101 | 1000101 |
Color Harmonies of #DA86A7
Complementary color
Monochromatic Colors of #DA86A7
Black with #DA86A7
Text Example
Text Example
White with #DA86A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86A7; }
p { color: rgb(218,134,167); }
H1.HeaderClassName
{
color: #DA86A7;
}
.AnyTagClassName
{
color: #DA86A7;
}
</style>
background-color css
<style>
a { background-color: #DA86A7; }
a { background-color: rgb(218,134,167); }
div.DivClassName
{
background-color: #DA86A7;
}
.BgClassName
{
background-color: #DA86A7;
}
</style>
border-color css
<style>
span { border-color: #DA86A7; }
span { border-color: rgb(218,134,167); }
td.TdClassName
{
border-color: #DA86A7;
}
.TagClassName
{
border-color: #DA86A7;
}
</style>