Shades of Charm #D28589
Tints of Charm #D28589
RGB
CMYK
RGB Variations
Color information
#D28589 (or 0xD28589) is known color: Charm. HEX triplet: D2, 85 and 89. RGB value is (210,133,137). Sum of RGB (Red+Green+Blue) = 210+133+137=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D28589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28589 is #2D7A76. Grayscale: #9C9C9C. Windows color (decimal): -2980471 or 9012690. OLE color: 9012690.
HSL color Cylindrical-coordinate representation of color #D28589: hue angle of 356.88º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28589 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 137 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.18 |
| HSL | 356.88º | 0.46% | 0.67% | - |
| HSV(B) | 356.88º | 0.37% | 0.82% | - |
| XYZ | 39.48 | 32.28 | 27.82 | - |
| YUV | 156.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 137 | 0 | 0.37 | 0.35 | 0.18 | 356.88 | 0.46 | 0.67 |
| Hex | D2 | 85 | 89 | 0 | 25 | 23 | 12 | 165 | 2E | 43 |
| Octal | 322 | 205 | 211 | 0 | 45 | 43 | 22 | 545 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10001001 | 0 | 100101 | 100011 | 10010 | 101100101 | 101110 | 1000011 |
Color Harmonies of #D28589
Complementary color
Monochromatic Colors of #D28589
Black with #D28589
Text Example
Text Example
White with #D28589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28589; }
p { color: rgb(210,133,137); }
H1.HeaderClassName
{
color: #D28589;
}
.AnyTagClassName
{
color: #D28589;
}
</style>
background-color css
<style>
a { background-color: #D28589; }
a { background-color: rgb(210,133,137); }
div.DivClassName
{
background-color: #D28589;
}
.BgClassName
{
background-color: #D28589;
}
</style>
border-color css
<style>
span { border-color: #D28589; }
span { border-color: rgb(210,133,137); }
td.TdClassName
{
border-color: #D28589;
}
.TagClassName
{
border-color: #D28589;
}
</style>