Shades of Kobi #DDA0AB
Tints of Kobi #DDA0AB
RGB
CMYK
RGB Variations
Color information
#DDA0AB (or 0xDDA0AB) is known color: Kobi. HEX triplet: DD, A0 and AB. RGB value is (221,160,171). Sum of RGB (Red+Green+Blue) = 221+160+171=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AB is #225F54. Grayscale: #B3B3B3. Windows color (decimal): -2252629 or 11247837. OLE color: 11247837.
HSL color Cylindrical-coordinate representation of color #DDA0AB: hue angle of 349.18º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0AB is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 171 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.13 |
| HSL | 349.18º | 0.47% | 0.75% | - |
| HSV(B) | 349.18º | 0.28% | 0.87% | - |
| XYZ | 49.74 | 43.45 | 44.29 | - |
| YUV | 179.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 171 | 0 | 0.28 | 0.23 | 0.13 | 349.18 | 0.47 | 0.75 |
| Hex | DD | A0 | AB | 0 | 1C | 17 | D | 15D | 2F | 4B |
| Octal | 335 | 240 | 253 | 0 | 34 | 27 | 15 | 535 | 57 | 113 |
| Binary | 11011101 | 10100000 | 10101011 | 0 | 11100 | 10111 | 1101 | 101011101 | 101111 | 1001011 |
Color Harmonies of #DDA0AB
Complementary color
Monochromatic Colors of #DDA0AB
Black with #DDA0AB
Text Example
Text Example
White with #DDA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0AB; }
p { color: rgb(221,160,171); }
H1.HeaderClassName
{
color: #DDA0AB;
}
.AnyTagClassName
{
color: #DDA0AB;
}
</style>
background-color css
<style>
a { background-color: #DDA0AB; }
a { background-color: rgb(221,160,171); }
div.DivClassName
{
background-color: #DDA0AB;
}
.BgClassName
{
background-color: #DDA0AB;
}
</style>
border-color css
<style>
span { border-color: #DDA0AB; }
span { border-color: rgb(221,160,171); }
td.TdClassName
{
border-color: #DDA0AB;
}
.TagClassName
{
border-color: #DDA0AB;
}
</style>