Shades of Kobi #DDA0AC
Tints of Kobi #DDA0AC
RGB
CMYK
RGB Variations
Color information
#DDA0AC (or 0xDDA0AC) is known color: Kobi. HEX triplet: DD, A0 and AC. RGB value is (221,160,172). Sum of RGB (Red+Green+Blue) = 221+160+172=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AC is #225F53. Grayscale: #B3B3B3. Windows color (decimal): -2252628 or 11313373. OLE color: 11313373.
HSL color Cylindrical-coordinate representation of color #DDA0AC: hue angle of 348.2º 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 #DDA0AC is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 172 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.13 |
| HSL | 348.2º | 0.47% | 0.75% | - |
| HSV(B) | 348.2º | 0.28% | 0.87% | - |
| XYZ | 49.84 | 43.49 | 44.8 | - |
| YUV | 179.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 172 | 0 | 0.28 | 0.22 | 0.13 | 348.2 | 0.47 | 0.75 |
| Hex | DD | A0 | AC | 0 | 1C | 16 | D | 15C | 2F | 4B |
| Octal | 335 | 240 | 254 | 0 | 34 | 26 | 15 | 534 | 57 | 113 |
| Binary | 11011101 | 10100000 | 10101100 | 0 | 11100 | 10110 | 1101 | 101011100 | 101111 | 1001011 |
Color Harmonies of #DDA0AC
Complementary color
Monochromatic Colors of #DDA0AC
Black with #DDA0AC
Text Example
Text Example
White with #DDA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0AC; }
p { color: rgb(221,160,172); }
H1.HeaderClassName
{
color: #DDA0AC;
}
.AnyTagClassName
{
color: #DDA0AC;
}
</style>
background-color css
<style>
a { background-color: #DDA0AC; }
a { background-color: rgb(221,160,172); }
div.DivClassName
{
background-color: #DDA0AC;
}
.BgClassName
{
background-color: #DDA0AC;
}
</style>
border-color css
<style>
span { border-color: #DDA0AC; }
span { border-color: rgb(221,160,172); }
td.TdClassName
{
border-color: #DDA0AC;
}
.TagClassName
{
border-color: #DDA0AC;
}
</style>