Shades of Kobi #DD98A1
Tints of Kobi #DD98A1
RGB
CMYK
RGB Variations
Color information
#DD98A1 (or 0xDD98A1) is known color: Kobi. HEX triplet: DD, 98 and A1. RGB value is (221,152,161). Sum of RGB (Red+Green+Blue) = 221+152+161=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98A1 is #22675E. Grayscale: #ADADAD. Windows color (decimal): -2254687 or 10590429. OLE color: 10590429.
HSL color Cylindrical-coordinate representation of color #DD98A1: hue angle of 352.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98A1 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 161 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.13 |
| HSL | 352.17º | 0.5% | 0.73% | - |
| HSV(B) | 352.17º | 0.31% | 0.87% | - |
| XYZ | 47.48 | 40.4 | 39.01 | - |
| YUV | 173.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 161 | 0 | 0.31 | 0.27 | 0.13 | 352.17 | 0.5 | 0.73 |
| Hex | DD | 98 | A1 | 0 | 1F | 1B | D | 160 | 32 | 49 |
| Octal | 335 | 230 | 241 | 0 | 37 | 33 | 15 | 540 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10100001 | 0 | 11111 | 11011 | 1101 | 101100000 | 110010 | 1001001 |
Color Harmonies of #DD98A1
Complementary color
Monochromatic Colors of #DD98A1
Black with #DD98A1
Text Example
Text Example
White with #DD98A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98A1; }
p { color: rgb(221,152,161); }
H1.HeaderClassName
{
color: #DD98A1;
}
.AnyTagClassName
{
color: #DD98A1;
}
</style>
background-color css
<style>
a { background-color: #DD98A1; }
a { background-color: rgb(221,152,161); }
div.DivClassName
{
background-color: #DD98A1;
}
.BgClassName
{
background-color: #DD98A1;
}
</style>
border-color css
<style>
span { border-color: #DD98A1; }
span { border-color: rgb(221,152,161); }
td.TdClassName
{
border-color: #DD98A1;
}
.TagClassName
{
border-color: #DD98A1;
}
</style>