Shades of Kobi #D99AA7
Tints of Kobi #D99AA7
RGB
CMYK
RGB Variations
Color information
#D99AA7 (or 0xD99AA7) is known color: Kobi. HEX triplet: D9, 9A and A7. RGB value is (217,154,167). Sum of RGB (Red+Green+Blue) = 217+154+167=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AA7 is #266558. Grayscale: #AEAEAE. Windows color (decimal): -2516313 or 10984153. OLE color: 10984153.
HSL color Cylindrical-coordinate representation of color #D99AA7: hue angle of 347.62º 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 #D99AA7 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 167 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.15 |
| HSL | 347.62º | 0.45% | 0.73% | - |
| HSV(B) | 347.62º | 0.29% | 0.85% | - |
| XYZ | 47.15 | 40.65 | 41.92 | - |
| YUV | 174.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 167 | 0 | 0.29 | 0.23 | 0.15 | 347.62 | 0.45 | 0.73 |
| Hex | D9 | 9A | A7 | 0 | 1D | 17 | F | 15C | 2D | 49 |
| Octal | 331 | 232 | 247 | 0 | 35 | 27 | 17 | 534 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10100111 | 0 | 11101 | 10111 | 1111 | 101011100 | 101101 | 1001001 |
Color Harmonies of #D99AA7
Complementary color
Monochromatic Colors of #D99AA7
Black with #D99AA7
Text Example
Text Example
White with #D99AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AA7; }
p { color: rgb(217,154,167); }
H1.HeaderClassName
{
color: #D99AA7;
}
.AnyTagClassName
{
color: #D99AA7;
}
</style>
background-color css
<style>
a { background-color: #D99AA7; }
a { background-color: rgb(217,154,167); }
div.DivClassName
{
background-color: #D99AA7;
}
.BgClassName
{
background-color: #D99AA7;
}
</style>
border-color css
<style>
span { border-color: #D99AA7; }
span { border-color: rgb(217,154,167); }
td.TdClassName
{
border-color: #D99AA7;
}
.TagClassName
{
border-color: #D99AA7;
}
</style>