Shades of Can Can #DD899A
Tints of Can Can #DD899A
RGB
CMYK
RGB Variations
Color information
#DD899A (or 0xDD899A) is known color: Can Can. HEX triplet: DD, 89 and 9A. RGB value is (221,137,154). Sum of RGB (Red+Green+Blue) = 221+137+154=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD899A is #227665. Grayscale: #A4A4A4. Windows color (decimal): -2258534 or 10127837. OLE color: 10127837.
HSL color Cylindrical-coordinate representation of color #DD899A: hue angle of 347.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD899A is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 154 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.13 |
| HSL | 347.86º | 0.55% | 0.7% | - |
| HSV(B) | 347.86º | 0.38% | 0.87% | - |
| XYZ | 44.6 | 35.6 | 35.09 | - |
| YUV | 164.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 154 | 0 | 0.38 | 0.30 | 0.13 | 347.86 | 0.55 | 0.7 |
| Hex | DD | 89 | 9A | 0 | 26 | 1E | D | 15C | 37 | 46 |
| Octal | 335 | 211 | 232 | 0 | 46 | 36 | 15 | 534 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10011010 | 0 | 100110 | 11110 | 1101 | 101011100 | 110111 | 1000110 |
Color Harmonies of #DD899A
Complementary color
Monochromatic Colors of #DD899A
Black with #DD899A
Text Example
Text Example
White with #DD899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD899A; }
p { color: rgb(221,137,154); }
H1.HeaderClassName
{
color: #DD899A;
}
.AnyTagClassName
{
color: #DD899A;
}
</style>
background-color css
<style>
a { background-color: #DD899A; }
a { background-color: rgb(221,137,154); }
div.DivClassName
{
background-color: #DD899A;
}
.BgClassName
{
background-color: #DD899A;
}
</style>
border-color css
<style>
span { border-color: #DD899A; }
span { border-color: rgb(221,137,154); }
td.TdClassName
{
border-color: #DD899A;
}
.TagClassName
{
border-color: #DD899A;
}
</style>