Shades of Kobi #DA86A6
Tints of Kobi #DA86A6
RGB
CMYK
RGB Variations
Color information
#DA86A6 (or 0xDA86A6) is known color: Kobi. HEX triplet: DA, 86 and A6. RGB value is (218,134,166). Sum of RGB (Red+Green+Blue) = 218+134+166=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA86A6 is #257959. Grayscale: #A2A2A2. Windows color (decimal): -2455898 or 10913498. OLE color: 10913498.
HSL color Cylindrical-coordinate representation of color #DA86A6: hue angle of 337.14º 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 #DA86A6 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 166 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.15 |
| HSL | 337.14º | 0.53% | 0.69% | - |
| HSV(B) | 337.14º | 0.39% | 0.85% | - |
| XYZ | 44.32 | 34.71 | 40.44 | - |
| YUV | 162.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 166 | 0 | 0.39 | 0.24 | 0.15 | 337.14 | 0.53 | 0.69 |
| Hex | DA | 86 | A6 | 0 | 27 | 18 | F | 151 | 35 | 45 |
| Octal | 332 | 206 | 246 | 0 | 47 | 30 | 17 | 521 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10100110 | 0 | 100111 | 11000 | 1111 | 101010001 | 110101 | 1000101 |
Color Harmonies of #DA86A6
Complementary color
Monochromatic Colors of #DA86A6
Black with #DA86A6
Text Example
Text Example
White with #DA86A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86A6; }
p { color: rgb(218,134,166); }
H1.HeaderClassName
{
color: #DA86A6;
}
.AnyTagClassName
{
color: #DA86A6;
}
</style>
background-color css
<style>
a { background-color: #DA86A6; }
a { background-color: rgb(218,134,166); }
div.DivClassName
{
background-color: #DA86A6;
}
.BgClassName
{
background-color: #DA86A6;
}
</style>
border-color css
<style>
span { border-color: #DA86A6; }
span { border-color: rgb(218,134,166); }
td.TdClassName
{
border-color: #DA86A6;
}
.TagClassName
{
border-color: #DA86A6;
}
</style>