Shades of Kobi #DA9BAC
Tints of Kobi #DA9BAC
RGB
CMYK
RGB Variations
Color information
#DA9BAC (or 0xDA9BAC) is known color: Kobi. HEX triplet: DA, 9B and AC. RGB value is (218,155,172). Sum of RGB (Red+Green+Blue) = 218+155+172=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BAC is #256453. Grayscale: #AFAFAF. Windows color (decimal): -2450516 or 11312090. OLE color: 11312090.
HSL color Cylindrical-coordinate representation of color #DA9BAC: hue angle of 343.81º 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 #DA9BAC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 172 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.15 |
| HSL | 343.81º | 0.46% | 0.73% | - |
| HSV(B) | 343.81º | 0.29% | 0.85% | - |
| XYZ | 48.08 | 41.33 | 44.47 | - |
| YUV | 175.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 172 | 0 | 0.29 | 0.21 | 0.15 | 343.81 | 0.46 | 0.73 |
| Hex | DA | 9B | AC | 0 | 1D | 15 | F | 158 | 2E | 49 |
| Octal | 332 | 233 | 254 | 0 | 35 | 25 | 17 | 530 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10101100 | 0 | 11101 | 10101 | 1111 | 101011000 | 101110 | 1001001 |
Color Harmonies of #DA9BAC
Complementary color
Monochromatic Colors of #DA9BAC
Black with #DA9BAC
Text Example
Text Example
White with #DA9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BAC; }
p { color: rgb(218,155,172); }
H1.HeaderClassName
{
color: #DA9BAC;
}
.AnyTagClassName
{
color: #DA9BAC;
}
</style>
background-color css
<style>
a { background-color: #DA9BAC; }
a { background-color: rgb(218,155,172); }
div.DivClassName
{
background-color: #DA9BAC;
}
.BgClassName
{
background-color: #DA9BAC;
}
</style>
border-color css
<style>
span { border-color: #DA9BAC; }
span { border-color: rgb(218,155,172); }
td.TdClassName
{
border-color: #DA9BAC;
}
.TagClassName
{
border-color: #DA9BAC;
}
</style>