Shades of Kobi #D99BA8
Tints of Kobi #D99BA8
RGB
CMYK
RGB Variations
Color information
#D99BA8 (or 0xD99BA8) is known color: Kobi. HEX triplet: D9, 9B and A8. RGB value is (217,155,168). Sum of RGB (Red+Green+Blue) = 217+155+168=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BA8 is #266457. Grayscale: #AFAFAF. Windows color (decimal): -2516056 or 11049945. OLE color: 11049945.
HSL color Cylindrical-coordinate representation of color #D99BA8: hue angle of 347.42º degrees, saturation: 0.45, 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 #D99BA8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 168 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.15 |
| HSL | 347.42º | 0.45% | 0.73% | - |
| HSV(B) | 347.42º | 0.29% | 0.85% | - |
| XYZ | 47.4 | 41.02 | 42.47 | - |
| YUV | 175.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 168 | 0 | 0.29 | 0.23 | 0.15 | 347.42 | 0.45 | 0.73 |
| Hex | D9 | 9B | A8 | 0 | 1D | 17 | F | 15B | 2D | 49 |
| Octal | 331 | 233 | 250 | 0 | 35 | 27 | 17 | 533 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10101000 | 0 | 11101 | 10111 | 1111 | 101011011 | 101101 | 1001001 |
Color Harmonies of #D99BA8
Complementary color
Monochromatic Colors of #D99BA8
Black with #D99BA8
Text Example
Text Example
White with #D99BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BA8; }
p { color: rgb(217,155,168); }
H1.HeaderClassName
{
color: #D99BA8;
}
.AnyTagClassName
{
color: #D99BA8;
}
</style>
background-color css
<style>
a { background-color: #D99BA8; }
a { background-color: rgb(217,155,168); }
div.DivClassName
{
background-color: #D99BA8;
}
.BgClassName
{
background-color: #D99BA8;
}
</style>
border-color css
<style>
span { border-color: #D99BA8; }
span { border-color: rgb(217,155,168); }
td.TdClassName
{
border-color: #D99BA8;
}
.TagClassName
{
border-color: #D99BA8;
}
</style>