Shades of Kobi #DA90AC
Tints of Kobi #DA90AC
RGB
CMYK
RGB Variations
Color information
#DA90AC (or 0xDA90AC) is known color: Kobi. HEX triplet: DA, 90 and AC. RGB value is (218,144,172). Sum of RGB (Red+Green+Blue) = 218+144+172=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA90AC is #256F53. Grayscale: #A9A9A9. Windows color (decimal): -2453332 or 11309274. OLE color: 11309274.
HSL color Cylindrical-coordinate representation of color #DA90AC: hue angle of 337.3º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA90AC is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 172 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.15 |
| HSL | 337.3º | 0.5% | 0.71% | - |
| HSV(B) | 337.3º | 0.34% | 0.85% | - |
| XYZ | 46.33 | 37.83 | 43.89 | - |
| YUV | 169.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 172 | 0 | 0.34 | 0.21 | 0.15 | 337.3 | 0.5 | 0.71 |
| Hex | DA | 90 | AC | 0 | 22 | 15 | F | 151 | 32 | 47 |
| Octal | 332 | 220 | 254 | 0 | 42 | 25 | 17 | 521 | 62 | 107 |
| Binary | 11011010 | 10010000 | 10101100 | 0 | 100010 | 10101 | 1111 | 101010001 | 110010 | 1000111 |
Color Harmonies of #DA90AC
Complementary color
Monochromatic Colors of #DA90AC
Black with #DA90AC
Text Example
Text Example
White with #DA90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90AC; }
p { color: rgb(218,144,172); }
H1.HeaderClassName
{
color: #DA90AC;
}
.AnyTagClassName
{
color: #DA90AC;
}
</style>
background-color css
<style>
a { background-color: #DA90AC; }
a { background-color: rgb(218,144,172); }
div.DivClassName
{
background-color: #DA90AC;
}
.BgClassName
{
background-color: #DA90AC;
}
</style>
border-color css
<style>
span { border-color: #DA90AC; }
span { border-color: rgb(218,144,172); }
td.TdClassName
{
border-color: #DA90AC;
}
.TagClassName
{
border-color: #DA90AC;
}
</style>