Shades of Kobi #DA9DAB
Tints of Kobi #DA9DAB
RGB
CMYK
RGB Variations
Color information
#DA9DAB (or 0xDA9DAB) is known color: Kobi. HEX triplet: DA, 9D and AB. RGB value is (218,157,171). Sum of RGB (Red+Green+Blue) = 218+157+171=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9DAB is #256254. Grayscale: #B0B0B0. Windows color (decimal): -2450005 or 11247066. OLE color: 11247066.
HSL color Cylindrical-coordinate representation of color #DA9DAB: hue angle of 346.23º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DAB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 171 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.15 |
| HSL | 346.23º | 0.45% | 0.74% | - |
| HSV(B) | 346.23º | 0.28% | 0.85% | - |
| XYZ | 48.32 | 41.96 | 44.08 | - |
| YUV | 176.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 171 | 0 | 0.28 | 0.22 | 0.15 | 346.23 | 0.45 | 0.74 |
| Hex | DA | 9D | AB | 0 | 1C | 16 | F | 15A | 2D | 4A |
| Octal | 332 | 235 | 253 | 0 | 34 | 26 | 17 | 532 | 55 | 112 |
| Binary | 11011010 | 10011101 | 10101011 | 0 | 11100 | 10110 | 1111 | 101011010 | 101101 | 1001010 |
Color Harmonies of #DA9DAB
Complementary color
Monochromatic Colors of #DA9DAB
Black with #DA9DAB
Text Example
Text Example
White with #DA9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DAB; }
p { color: rgb(218,157,171); }
H1.HeaderClassName
{
color: #DA9DAB;
}
.AnyTagClassName
{
color: #DA9DAB;
}
</style>
background-color css
<style>
a { background-color: #DA9DAB; }
a { background-color: rgb(218,157,171); }
div.DivClassName
{
background-color: #DA9DAB;
}
.BgClassName
{
background-color: #DA9DAB;
}
</style>
border-color css
<style>
span { border-color: #DA9DAB; }
span { border-color: rgb(218,157,171); }
td.TdClassName
{
border-color: #DA9DAB;
}
.TagClassName
{
border-color: #DA9DAB;
}
</style>