Shades of Kobi #DD9CA4
Tints of Kobi #DD9CA4
RGB
CMYK
RGB Variations
Color information
#DD9CA4 (or 0xDD9CA4) is known color: Kobi. HEX triplet: DD, 9C and A4. RGB value is (221,156,164). Sum of RGB (Red+Green+Blue) = 221+156+164=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA4 is #22635B. Grayscale: #B0B0B0. Windows color (decimal): -2253660 or 10788061. OLE color: 10788061.
HSL color Cylindrical-coordinate representation of color #DD9CA4: hue angle of 352.62º 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 #DD9CA4 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 164 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.13 |
| HSL | 352.62º | 0.49% | 0.74% | - |
| HSV(B) | 352.62º | 0.29% | 0.87% | - |
| XYZ | 48.41 | 41.83 | 40.64 | - |
| YUV | 176.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 164 | 0 | 0.29 | 0.26 | 0.13 | 352.62 | 0.49 | 0.74 |
| Hex | DD | 9C | A4 | 0 | 1D | 1A | D | 161 | 31 | 4A |
| Octal | 335 | 234 | 244 | 0 | 35 | 32 | 15 | 541 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10100100 | 0 | 11101 | 11010 | 1101 | 101100001 | 110001 | 1001010 |
Color Harmonies of #DD9CA4
Complementary color
Monochromatic Colors of #DD9CA4
Black with #DD9CA4
Text Example
Text Example
White with #DD9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CA4; }
p { color: rgb(221,156,164); }
H1.HeaderClassName
{
color: #DD9CA4;
}
.AnyTagClassName
{
color: #DD9CA4;
}
</style>
background-color css
<style>
a { background-color: #DD9CA4; }
a { background-color: rgb(221,156,164); }
div.DivClassName
{
background-color: #DD9CA4;
}
.BgClassName
{
background-color: #DD9CA4;
}
</style>
border-color css
<style>
span { border-color: #DD9CA4; }
span { border-color: rgb(221,156,164); }
td.TdClassName
{
border-color: #DD9CA4;
}
.TagClassName
{
border-color: #DD9CA4;
}
</style>