Shades of Kobi #DDA2AF
Tints of Kobi #DDA2AF
RGB
CMYK
RGB Variations
Color information
#DDA2AF (or 0xDDA2AF) is known color: Kobi. HEX triplet: DD, A2 and AF. RGB value is (221,162,175). Sum of RGB (Red+Green+Blue) = 221+162+175=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA2AF is #225D50. Grayscale: #B5B5B5. Windows color (decimal): -2252113 or 11510493. OLE color: 11510493.
HSL color Cylindrical-coordinate representation of color #DDA2AF: hue angle of 346.78º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2AF is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 175 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.13 |
| HSL | 346.78º | 0.46% | 0.75% | - |
| HSV(B) | 346.78º | 0.27% | 0.87% | - |
| XYZ | 50.48 | 44.31 | 46.45 | - |
| YUV | 181.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 175 | 0 | 0.27 | 0.21 | 0.13 | 346.78 | 0.46 | 0.75 |
| Hex | DD | A2 | AF | 0 | 1B | 15 | D | 15B | 2E | 4B |
| Octal | 335 | 242 | 257 | 0 | 33 | 25 | 15 | 533 | 56 | 113 |
| Binary | 11011101 | 10100010 | 10101111 | 0 | 11011 | 10101 | 1101 | 101011011 | 101110 | 1001011 |
Color Harmonies of #DDA2AF
Complementary color
Monochromatic Colors of #DDA2AF
Black with #DDA2AF
Text Example
Text Example
White with #DDA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2AF; }
p { color: rgb(221,162,175); }
H1.HeaderClassName
{
color: #DDA2AF;
}
.AnyTagClassName
{
color: #DDA2AF;
}
</style>
background-color css
<style>
a { background-color: #DDA2AF; }
a { background-color: rgb(221,162,175); }
div.DivClassName
{
background-color: #DDA2AF;
}
.BgClassName
{
background-color: #DDA2AF;
}
</style>
border-color css
<style>
span { border-color: #DDA2AF; }
span { border-color: rgb(221,162,175); }
td.TdClassName
{
border-color: #DDA2AF;
}
.TagClassName
{
border-color: #DDA2AF;
}
</style>