Shades of Kobi #DD97A0
Tints of Kobi #DD97A0
RGB
CMYK
RGB Variations
Color information
#DD97A0 (or 0xDD97A0) is known color: Kobi. HEX triplet: DD, 97 and A0. RGB value is (221,151,160). Sum of RGB (Red+Green+Blue) = 221+151+160=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD97A0 is #22685F. Grayscale: #ACACAC. Windows color (decimal): -2254944 or 10524637. OLE color: 10524637.
HSL color Cylindrical-coordinate representation of color #DD97A0: hue angle of 352.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97A0 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 160 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.13 |
| HSL | 352.29º | 0.51% | 0.73% | - |
| HSV(B) | 352.29º | 0.32% | 0.87% | - |
| XYZ | 47.23 | 40.04 | 38.5 | - |
| YUV | 172.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 160 | 0 | 0.32 | 0.28 | 0.13 | 352.29 | 0.51 | 0.73 |
| Hex | DD | 97 | A0 | 0 | 20 | 1C | D | 160 | 33 | 49 |
| Octal | 335 | 227 | 240 | 0 | 40 | 34 | 15 | 540 | 63 | 111 |
| Binary | 11011101 | 10010111 | 10100000 | 0 | 100000 | 11100 | 1101 | 101100000 | 110011 | 1001001 |
Color Harmonies of #DD97A0
Complementary color
Monochromatic Colors of #DD97A0
Black with #DD97A0
Text Example
Text Example
White with #DD97A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97A0; }
p { color: rgb(221,151,160); }
H1.HeaderClassName
{
color: #DD97A0;
}
.AnyTagClassName
{
color: #DD97A0;
}
</style>
background-color css
<style>
a { background-color: #DD97A0; }
a { background-color: rgb(221,151,160); }
div.DivClassName
{
background-color: #DD97A0;
}
.BgClassName
{
background-color: #DD97A0;
}
</style>
border-color css
<style>
span { border-color: #DD97A0; }
span { border-color: rgb(221,151,160); }
td.TdClassName
{
border-color: #DD97A0;
}
.TagClassName
{
border-color: #DD97A0;
}
</style>