Shades of Kobi #DD92AA
Tints of Kobi #DD92AA
RGB
CMYK
RGB Variations
Color information
#DD92AA (or 0xDD92AA) is known color: Kobi. HEX triplet: DD, 92 and AA. RGB value is (221,146,170). Sum of RGB (Red+Green+Blue) = 221+146+170=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92AA is #226D55. Grayscale: #ABABAB. Windows color (decimal): -2256214 or 11178717. OLE color: 11178717.
HSL color Cylindrical-coordinate representation of color #DD92AA: hue angle of 340.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD92AA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 170 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.13 |
| HSL | 340.8º | 0.52% | 0.72% | - |
| HSV(B) | 340.8º | 0.34% | 0.87% | - |
| XYZ | 47.35 | 38.83 | 43.03 | - |
| YUV | 171.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 170 | 0 | 0.34 | 0.23 | 0.13 | 340.8 | 0.52 | 0.72 |
| Hex | DD | 92 | AA | 0 | 22 | 17 | D | 155 | 34 | 48 |
| Octal | 335 | 222 | 252 | 0 | 42 | 27 | 15 | 525 | 64 | 110 |
| Binary | 11011101 | 10010010 | 10101010 | 0 | 100010 | 10111 | 1101 | 101010101 | 110100 | 1001000 |
Color Harmonies of #DD92AA
Complementary color
Monochromatic Colors of #DD92AA
Black with #DD92AA
Text Example
Text Example
White with #DD92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92AA; }
p { color: rgb(221,146,170); }
H1.HeaderClassName
{
color: #DD92AA;
}
.AnyTagClassName
{
color: #DD92AA;
}
</style>
background-color css
<style>
a { background-color: #DD92AA; }
a { background-color: rgb(221,146,170); }
div.DivClassName
{
background-color: #DD92AA;
}
.BgClassName
{
background-color: #DD92AA;
}
</style>
border-color css
<style>
span { border-color: #DD92AA; }
span { border-color: rgb(221,146,170); }
td.TdClassName
{
border-color: #DD92AA;
}
.TagClassName
{
border-color: #DD92AA;
}
</style>