Shades of Kobi #DA9BA7
Tints of Kobi #DA9BA7
RGB
CMYK
RGB Variations
Color information
#DA9BA7 (or 0xDA9BA7) is known color: Kobi. HEX triplet: DA, 9B and A7. RGB value is (218,155,167). Sum of RGB (Red+Green+Blue) = 218+155+167=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BA7 is #256458. Grayscale: #AFAFAF. Windows color (decimal): -2450521 or 10984410. OLE color: 10984410.
HSL color Cylindrical-coordinate representation of color #DA9BA7: hue angle of 348.57º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BA7 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 167 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.15 |
| HSL | 348.57º | 0.46% | 0.73% | - |
| HSV(B) | 348.57º | 0.29% | 0.85% | - |
| XYZ | 47.61 | 41.14 | 41.99 | - |
| YUV | 175.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 167 | 0 | 0.29 | 0.23 | 0.15 | 348.57 | 0.46 | 0.73 |
| Hex | DA | 9B | A7 | 0 | 1D | 17 | F | 15D | 2E | 49 |
| Octal | 332 | 233 | 247 | 0 | 35 | 27 | 17 | 535 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10100111 | 0 | 11101 | 10111 | 1111 | 101011101 | 101110 | 1001001 |
Color Harmonies of #DA9BA7
Complementary color
Monochromatic Colors of #DA9BA7
Black with #DA9BA7
Text Example
Text Example
White with #DA9BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BA7; }
p { color: rgb(218,155,167); }
H1.HeaderClassName
{
color: #DA9BA7;
}
.AnyTagClassName
{
color: #DA9BA7;
}
</style>
background-color css
<style>
a { background-color: #DA9BA7; }
a { background-color: rgb(218,155,167); }
div.DivClassName
{
background-color: #DA9BA7;
}
.BgClassName
{
background-color: #DA9BA7;
}
</style>
border-color css
<style>
span { border-color: #DA9BA7; }
span { border-color: rgb(218,155,167); }
td.TdClassName
{
border-color: #DA9BA7;
}
.TagClassName
{
border-color: #DA9BA7;
}
</style>