Shades of Kobi #DD98A4
Tints of Kobi #DD98A4
RGB
CMYK
RGB Variations
Color information
#DD98A4 (or 0xDD98A4) is known color: Kobi. HEX triplet: DD, 98 and A4. RGB value is (221,152,164). Sum of RGB (Red+Green+Blue) = 221+152+164=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98A4 is #22675B. Grayscale: #AEAEAE. Windows color (decimal): -2254684 or 10787037. OLE color: 10787037.
HSL color Cylindrical-coordinate representation of color #DD98A4: hue angle of 349.57º 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 #DD98A4 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 164 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.13 |
| HSL | 349.57º | 0.5% | 0.73% | - |
| HSV(B) | 349.57º | 0.31% | 0.87% | - |
| XYZ | 47.75 | 40.51 | 40.42 | - |
| YUV | 174 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 164 | 0 | 0.31 | 0.26 | 0.13 | 349.57 | 0.5 | 0.73 |
| Hex | DD | 98 | A4 | 0 | 1F | 1A | D | 15E | 32 | 49 |
| Octal | 335 | 230 | 244 | 0 | 37 | 32 | 15 | 536 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10100100 | 0 | 11111 | 11010 | 1101 | 101011110 | 110010 | 1001001 |
Color Harmonies of #DD98A4
Complementary color
Monochromatic Colors of #DD98A4
Black with #DD98A4
Text Example
Text Example
White with #DD98A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98A4; }
p { color: rgb(221,152,164); }
H1.HeaderClassName
{
color: #DD98A4;
}
.AnyTagClassName
{
color: #DD98A4;
}
</style>
background-color css
<style>
a { background-color: #DD98A4; }
a { background-color: rgb(221,152,164); }
div.DivClassName
{
background-color: #DD98A4;
}
.BgClassName
{
background-color: #DD98A4;
}
</style>
border-color css
<style>
span { border-color: #DD98A4; }
span { border-color: rgb(221,152,164); }
td.TdClassName
{
border-color: #DD98A4;
}
.TagClassName
{
border-color: #DD98A4;
}
</style>