Shades of Kobi #DD99AA
Tints of Kobi #DD99AA
RGB
CMYK
RGB Variations
Color information
#DD99AA (or 0xDD99AA) is known color: Kobi. HEX triplet: DD, 99 and AA. RGB value is (221,153,170). Sum of RGB (Red+Green+Blue) = 221+153+170=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99AA is #226655. Grayscale: #AFAFAF. Windows color (decimal): -2254422 or 11180509. OLE color: 11180509.
HSL color Cylindrical-coordinate representation of color #DD99AA: hue angle of 345º 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 #DD99AA is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 170 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.13 |
| HSL | 345º | 0.5% | 0.73% | - |
| HSV(B) | 345º | 0.31% | 0.87% | - |
| XYZ | 48.47 | 41.06 | 43.4 | - |
| YUV | 175.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 170 | 0 | 0.31 | 0.23 | 0.13 | 345 | 0.5 | 0.73 |
| Hex | DD | 99 | AA | 0 | 1F | 17 | D | 159 | 32 | 49 |
| Octal | 335 | 231 | 252 | 0 | 37 | 27 | 15 | 531 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10101010 | 0 | 11111 | 10111 | 1101 | 101011001 | 110010 | 1001001 |
Color Harmonies of #DD99AA
Complementary color
Monochromatic Colors of #DD99AA
Black with #DD99AA
Text Example
Text Example
White with #DD99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99AA; }
p { color: rgb(221,153,170); }
H1.HeaderClassName
{
color: #DD99AA;
}
.AnyTagClassName
{
color: #DD99AA;
}
</style>
background-color css
<style>
a { background-color: #DD99AA; }
a { background-color: rgb(221,153,170); }
div.DivClassName
{
background-color: #DD99AA;
}
.BgClassName
{
background-color: #DD99AA;
}
</style>
border-color css
<style>
span { border-color: #DD99AA; }
span { border-color: rgb(221,153,170); }
td.TdClassName
{
border-color: #DD99AA;
}
.TagClassName
{
border-color: #DD99AA;
}
</style>