Shades of Kobi #DD99A5
Tints of Kobi #DD99A5
RGB
CMYK
RGB Variations
Color information
#DD99A5 (or 0xDD99A5) is known color: Kobi. HEX triplet: DD, 99 and A5. RGB value is (221,153,165). Sum of RGB (Red+Green+Blue) = 221+153+165=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99A5 is #22665A. Grayscale: #AEAEAE. Windows color (decimal): -2254427 or 10852829. OLE color: 10852829.
HSL color Cylindrical-coordinate representation of color #DD99A5: hue angle of 349.41º 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 #DD99A5 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 165 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.13 |
| HSL | 349.41º | 0.5% | 0.73% | - |
| HSV(B) | 349.41º | 0.31% | 0.87% | - |
| XYZ | 48 | 40.87 | 40.96 | - |
| YUV | 174.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 165 | 0 | 0.31 | 0.25 | 0.13 | 349.41 | 0.5 | 0.73 |
| Hex | DD | 99 | A5 | 0 | 1F | 19 | D | 15D | 32 | 49 |
| Octal | 335 | 231 | 245 | 0 | 37 | 31 | 15 | 535 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10100101 | 0 | 11111 | 11001 | 1101 | 101011101 | 110010 | 1001001 |
Color Harmonies of #DD99A5
Complementary color
Monochromatic Colors of #DD99A5
Black with #DD99A5
Text Example
Text Example
White with #DD99A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99A5; }
p { color: rgb(221,153,165); }
H1.HeaderClassName
{
color: #DD99A5;
}
.AnyTagClassName
{
color: #DD99A5;
}
</style>
background-color css
<style>
a { background-color: #DD99A5; }
a { background-color: rgb(221,153,165); }
div.DivClassName
{
background-color: #DD99A5;
}
.BgClassName
{
background-color: #DD99A5;
}
</style>
border-color css
<style>
span { border-color: #DD99A5; }
span { border-color: rgb(221,153,165); }
td.TdClassName
{
border-color: #DD99A5;
}
.TagClassName
{
border-color: #DD99A5;
}
</style>