Shades of Kobi #D99BA6
Tints of Kobi #D99BA6
RGB
CMYK
RGB Variations
Color information
#D99BA6 (or 0xD99BA6) is known color: Kobi. HEX triplet: D9, 9B and A6. RGB value is (217,155,166). Sum of RGB (Red+Green+Blue) = 217+155+166=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BA6 is #266459. Grayscale: #AEAEAE. Windows color (decimal): -2516058 or 10918873. OLE color: 10918873.
HSL color Cylindrical-coordinate representation of color #D99BA6: hue angle of 349.35º 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 #D99BA6 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 166 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.15 |
| HSL | 349.35º | 0.45% | 0.73% | - |
| HSV(B) | 349.35º | 0.29% | 0.85% | - |
| XYZ | 47.22 | 40.95 | 41.49 | - |
| YUV | 174.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 166 | 0 | 0.29 | 0.24 | 0.15 | 349.35 | 0.45 | 0.73 |
| Hex | D9 | 9B | A6 | 0 | 1D | 18 | F | 15D | 2D | 49 |
| Octal | 331 | 233 | 246 | 0 | 35 | 30 | 17 | 535 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10100110 | 0 | 11101 | 11000 | 1111 | 101011101 | 101101 | 1001001 |
Color Harmonies of #D99BA6
Complementary color
Monochromatic Colors of #D99BA6
Black with #D99BA6
Text Example
Text Example
White with #D99BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BA6; }
p { color: rgb(217,155,166); }
H1.HeaderClassName
{
color: #D99BA6;
}
.AnyTagClassName
{
color: #D99BA6;
}
</style>
background-color css
<style>
a { background-color: #D99BA6; }
a { background-color: rgb(217,155,166); }
div.DivClassName
{
background-color: #D99BA6;
}
.BgClassName
{
background-color: #D99BA6;
}
</style>
border-color css
<style>
span { border-color: #D99BA6; }
span { border-color: rgb(217,155,166); }
td.TdClassName
{
border-color: #D99BA6;
}
.TagClassName
{
border-color: #D99BA6;
}
</style>