Shades of Kobi #DDA0AD
Tints of Kobi #DDA0AD
RGB
CMYK
RGB Variations
Color information
#DDA0AD (or 0xDDA0AD) is known color: Kobi. HEX triplet: DD, A0 and AD. RGB value is (221,160,173). Sum of RGB (Red+Green+Blue) = 221+160+173=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AD is #225F52. Grayscale: #B3B3B3. Windows color (decimal): -2252627 or 11378909. OLE color: 11378909.
HSL color Cylindrical-coordinate representation of color #DDA0AD: hue angle of 347.21º 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 #DDA0AD is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 173 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.13 |
| HSL | 347.21º | 0.47% | 0.75% | - |
| HSV(B) | 347.21º | 0.28% | 0.87% | - |
| XYZ | 49.93 | 43.53 | 45.31 | - |
| YUV | 179.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 173 | 0 | 0.28 | 0.22 | 0.13 | 347.21 | 0.47 | 0.75 |
| Hex | DD | A0 | AD | 0 | 1C | 16 | D | 15B | 2F | 4B |
| Octal | 335 | 240 | 255 | 0 | 34 | 26 | 15 | 533 | 57 | 113 |
| Binary | 11011101 | 10100000 | 10101101 | 0 | 11100 | 10110 | 1101 | 101011011 | 101111 | 1001011 |
Color Harmonies of #DDA0AD
Complementary color
Monochromatic Colors of #DDA0AD
Black with #DDA0AD
Text Example
Text Example
White with #DDA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0AD; }
p { color: rgb(221,160,173); }
H1.HeaderClassName
{
color: #DDA0AD;
}
.AnyTagClassName
{
color: #DDA0AD;
}
</style>
background-color css
<style>
a { background-color: #DDA0AD; }
a { background-color: rgb(221,160,173); }
div.DivClassName
{
background-color: #DDA0AD;
}
.BgClassName
{
background-color: #DDA0AD;
}
</style>
border-color css
<style>
span { border-color: #DDA0AD; }
span { border-color: rgb(221,160,173); }
td.TdClassName
{
border-color: #DDA0AD;
}
.TagClassName
{
border-color: #DDA0AD;
}
</style>