Shades of Kobi #DD9CAC
Tints of Kobi #DD9CAC
RGB
CMYK
RGB Variations
Color information
#DD9CAC (or 0xDD9CAC) is known color: Kobi. HEX triplet: DD, 9C and AC. RGB value is (221,156,172). Sum of RGB (Red+Green+Blue) = 221+156+172=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CAC is #226353. Grayscale: #B1B1B1. Windows color (decimal): -2253652 or 11312349. OLE color: 11312349.
HSL color Cylindrical-coordinate representation of color #DD9CAC: hue angle of 345.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CAC is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 172 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.13 |
| HSL | 345.23º | 0.49% | 0.74% | - |
| HSV(B) | 345.23º | 0.29% | 0.87% | - |
| XYZ | 49.15 | 42.13 | 44.57 | - |
| YUV | 177.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 172 | 0 | 0.29 | 0.22 | 0.13 | 345.23 | 0.49 | 0.74 |
| Hex | DD | 9C | AC | 0 | 1D | 16 | D | 159 | 31 | 4A |
| Octal | 335 | 234 | 254 | 0 | 35 | 26 | 15 | 531 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10101100 | 0 | 11101 | 10110 | 1101 | 101011001 | 110001 | 1001010 |
Color Harmonies of #DD9CAC
Complementary color
Monochromatic Colors of #DD9CAC
Black with #DD9CAC
Text Example
Text Example
White with #DD9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CAC; }
p { color: rgb(221,156,172); }
H1.HeaderClassName
{
color: #DD9CAC;
}
.AnyTagClassName
{
color: #DD9CAC;
}
</style>
background-color css
<style>
a { background-color: #DD9CAC; }
a { background-color: rgb(221,156,172); }
div.DivClassName
{
background-color: #DD9CAC;
}
.BgClassName
{
background-color: #DD9CAC;
}
</style>
border-color css
<style>
span { border-color: #DD9CAC; }
span { border-color: rgb(221,156,172); }
td.TdClassName
{
border-color: #DD9CAC;
}
.TagClassName
{
border-color: #DD9CAC;
}
</style>