Shades of Kobi #D28BA9
Tints of Kobi #D28BA9
RGB
CMYK
RGB Variations
Color information
#D28BA9 (or 0xD28BA9) is known color: Kobi. HEX triplet: D2, 8B and A9. RGB value is (210,139,169). Sum of RGB (Red+Green+Blue) = 210+139+169=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28BA9 is #2D7456. Grayscale: #A3A3A3. Windows color (decimal): -2978903 or 11111378. OLE color: 11111378.
HSL color Cylindrical-coordinate representation of color #D28BA9: hue angle of 334.65º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28BA9 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 169 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.18 |
| HSL | 334.65º | 0.44% | 0.68% | - |
| HSV(B) | 334.65º | 0.34% | 0.82% | - |
| XYZ | 42.97 | 35.03 | 42.03 | - |
| YUV | 163.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 169 | 0 | 0.34 | 0.20 | 0.18 | 334.65 | 0.44 | 0.68 |
| Hex | D2 | 8B | A9 | 0 | 22 | 14 | 12 | 14F | 2C | 44 |
| Octal | 322 | 213 | 251 | 0 | 42 | 24 | 22 | 517 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10101001 | 0 | 100010 | 10100 | 10010 | 101001111 | 101100 | 1000100 |
Color Harmonies of #D28BA9
Complementary color
Monochromatic Colors of #D28BA9
Black with #D28BA9
Text Example
Text Example
White with #D28BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BA9; }
p { color: rgb(210,139,169); }
H1.HeaderClassName
{
color: #D28BA9;
}
.AnyTagClassName
{
color: #D28BA9;
}
</style>
background-color css
<style>
a { background-color: #D28BA9; }
a { background-color: rgb(210,139,169); }
div.DivClassName
{
background-color: #D28BA9;
}
.BgClassName
{
background-color: #D28BA9;
}
</style>
border-color css
<style>
span { border-color: #D28BA9; }
span { border-color: rgb(210,139,169); }
td.TdClassName
{
border-color: #D28BA9;
}
.TagClassName
{
border-color: #D28BA9;
}
</style>