Shades of Kobi #DDA0AF
Tints of Kobi #DDA0AF
RGB
CMYK
RGB Variations
Color information
#DDA0AF (or 0xDDA0AF) is known color: Kobi. HEX triplet: DD, A0 and AF. RGB value is (221,160,175). Sum of RGB (Red+Green+Blue) = 221+160+175=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AF is #225F50. Grayscale: #B3B3B3. Windows color (decimal): -2252625 or 11509981. OLE color: 11509981.
HSL color Cylindrical-coordinate representation of color #DDA0AF: hue angle of 345.25º 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 #DDA0AF is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 175 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.13 |
| HSL | 345.25º | 0.47% | 0.75% | - |
| HSV(B) | 345.25º | 0.28% | 0.87% | - |
| XYZ | 50.13 | 43.61 | 46.33 | - |
| YUV | 179.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 175 | 0 | 0.28 | 0.21 | 0.13 | 345.25 | 0.47 | 0.75 |
| Hex | DD | A0 | AF | 0 | 1C | 15 | D | 159 | 2F | 4B |
| Octal | 335 | 240 | 257 | 0 | 34 | 25 | 15 | 531 | 57 | 113 |
| Binary | 11011101 | 10100000 | 10101111 | 0 | 11100 | 10101 | 1101 | 101011001 | 101111 | 1001011 |
Color Harmonies of #DDA0AF
Complementary color
Monochromatic Colors of #DDA0AF
Black with #DDA0AF
Text Example
Text Example
White with #DDA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0AF; }
p { color: rgb(221,160,175); }
H1.HeaderClassName
{
color: #DDA0AF;
}
.AnyTagClassName
{
color: #DDA0AF;
}
</style>
background-color css
<style>
a { background-color: #DDA0AF; }
a { background-color: rgb(221,160,175); }
div.DivClassName
{
background-color: #DDA0AF;
}
.BgClassName
{
background-color: #DDA0AF;
}
</style>
border-color css
<style>
span { border-color: #DDA0AF; }
span { border-color: rgb(221,160,175); }
td.TdClassName
{
border-color: #DDA0AF;
}
.TagClassName
{
border-color: #DDA0AF;
}
</style>