Shades of Kobi #DD99A2
Tints of Kobi #DD99A2
RGB
CMYK
RGB Variations
Color information
#DD99A2 (or 0xDD99A2) is known color: Kobi. HEX triplet: DD, 99 and A2. RGB value is (221,153,162). Sum of RGB (Red+Green+Blue) = 221+153+162=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99A2 is #22665D. Grayscale: #AEAEAE. Windows color (decimal): -2254430 or 10656221. OLE color: 10656221.
HSL color Cylindrical-coordinate representation of color #DD99A2: hue angle of 352.06º 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 #DD99A2 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 162 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.13 |
| HSL | 352.06º | 0.5% | 0.73% | - |
| HSV(B) | 352.06º | 0.31% | 0.87% | - |
| XYZ | 47.73 | 40.76 | 39.53 | - |
| YUV | 174.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 162 | 0 | 0.31 | 0.27 | 0.13 | 352.06 | 0.5 | 0.73 |
| Hex | DD | 99 | A2 | 0 | 1F | 1B | D | 160 | 32 | 49 |
| Octal | 335 | 231 | 242 | 0 | 37 | 33 | 15 | 540 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10100010 | 0 | 11111 | 11011 | 1101 | 101100000 | 110010 | 1001001 |
Color Harmonies of #DD99A2
Complementary color
Monochromatic Colors of #DD99A2
Black with #DD99A2
Text Example
Text Example
White with #DD99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99A2; }
p { color: rgb(221,153,162); }
H1.HeaderClassName
{
color: #DD99A2;
}
.AnyTagClassName
{
color: #DD99A2;
}
</style>
background-color css
<style>
a { background-color: #DD99A2; }
a { background-color: rgb(221,153,162); }
div.DivClassName
{
background-color: #DD99A2;
}
.BgClassName
{
background-color: #DD99A2;
}
</style>
border-color css
<style>
span { border-color: #DD99A2; }
span { border-color: rgb(221,153,162); }
td.TdClassName
{
border-color: #DD99A2;
}
.TagClassName
{
border-color: #DD99A2;
}
</style>