Shades of Kobi #DA99A6
Tints of Kobi #DA99A6
RGB
CMYK
RGB Variations
Color information
#DA99A6 (or 0xDA99A6) is known color: Kobi. HEX triplet: DA, 99 and A6. RGB value is (218,153,166). Sum of RGB (Red+Green+Blue) = 218+153+166=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99A6 is #256659. Grayscale: #ADADAD. Windows color (decimal): -2451034 or 10918362. OLE color: 10918362.
HSL color Cylindrical-coordinate representation of color #DA99A6: hue angle of 348º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99A6 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 166 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.15 |
| HSL | 348º | 0.47% | 0.73% | - |
| HSV(B) | 348º | 0.3% | 0.85% | - |
| XYZ | 47.19 | 40.44 | 41.4 | - |
| YUV | 173.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 166 | 0 | 0.30 | 0.24 | 0.15 | 348 | 0.47 | 0.73 |
| Hex | DA | 99 | A6 | 0 | 1E | 18 | F | 15C | 2F | 49 |
| Octal | 332 | 231 | 246 | 0 | 36 | 30 | 17 | 534 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10100110 | 0 | 11110 | 11000 | 1111 | 101011100 | 101111 | 1001001 |
Color Harmonies of #DA99A6
Complementary color
Monochromatic Colors of #DA99A6
Black with #DA99A6
Text Example
Text Example
White with #DA99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99A6; }
p { color: rgb(218,153,166); }
H1.HeaderClassName
{
color: #DA99A6;
}
.AnyTagClassName
{
color: #DA99A6;
}
</style>
background-color css
<style>
a { background-color: #DA99A6; }
a { background-color: rgb(218,153,166); }
div.DivClassName
{
background-color: #DA99A6;
}
.BgClassName
{
background-color: #DA99A6;
}
</style>
border-color css
<style>
span { border-color: #DA99A6; }
span { border-color: rgb(218,153,166); }
td.TdClassName
{
border-color: #DA99A6;
}
.TagClassName
{
border-color: #DA99A6;
}
</style>