Shades of Kobi #D998A4
Tints of Kobi #D998A4
RGB
CMYK
RGB Variations
Color information
#D998A4 (or 0xD998A4) is known color: Kobi. HEX triplet: D9, 98 and A4. RGB value is (217,152,164). Sum of RGB (Red+Green+Blue) = 217+152+164=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D998A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998A4 is #26675B. Grayscale: #ACACAC. Windows color (decimal): -2516828 or 10787033. OLE color: 10787033.
HSL color Cylindrical-coordinate representation of color #D998A4: hue angle of 348.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998A4 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 164 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.15 |
| HSL | 348.92º | 0.46% | 0.72% | - |
| HSV(B) | 348.92º | 0.3% | 0.85% | - |
| XYZ | 46.54 | 39.89 | 40.37 | - |
| YUV | 172.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 164 | 0 | 0.30 | 0.24 | 0.15 | 348.92 | 0.46 | 0.72 |
| Hex | D9 | 98 | A4 | 0 | 1E | 18 | F | 15D | 2E | 48 |
| Octal | 331 | 230 | 244 | 0 | 36 | 30 | 17 | 535 | 56 | 110 |
| Binary | 11011001 | 10011000 | 10100100 | 0 | 11110 | 11000 | 1111 | 101011101 | 101110 | 1001000 |
Color Harmonies of #D998A4
Complementary color
Monochromatic Colors of #D998A4
Black with #D998A4
Text Example
Text Example
White with #D998A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998A4; }
p { color: rgb(217,152,164); }
H1.HeaderClassName
{
color: #D998A4;
}
.AnyTagClassName
{
color: #D998A4;
}
</style>
background-color css
<style>
a { background-color: #D998A4; }
a { background-color: rgb(217,152,164); }
div.DivClassName
{
background-color: #D998A4;
}
.BgClassName
{
background-color: #D998A4;
}
</style>
border-color css
<style>
span { border-color: #D998A4; }
span { border-color: rgb(217,152,164); }
td.TdClassName
{
border-color: #D998A4;
}
.TagClassName
{
border-color: #D998A4;
}
</style>