Shades of Petite Orchid #DC988E
Tints of Petite Orchid #DC988E
RGB
CMYK
RGB Variations
Color information
#DC988E (or 0xDC988E) is known color: Petite Orchid. HEX triplet: DC, 98 and 8E. RGB value is (220,152,142). Sum of RGB (Red+Green+Blue) = 220+152+142=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC988E is #236771. Grayscale: #ABABAB. Windows color (decimal): -2320242 or 9345244. OLE color: 9345244.
HSL color Cylindrical-coordinate representation of color #DC988E: hue angle of 7.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC988E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 142 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.14 |
| HSL | 7.69º | 0.53% | 0.71% | - |
| HSV(B) | 7.69º | 0.35% | 0.86% | - |
| XYZ | 45.63 | 39.63 | 30.83 | - |
| YUV | 171.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 142 | 0 | 0.31 | 0.35 | 0.14 | 7.69 | 0.53 | 0.71 |
| Hex | DC | 98 | 8E | 0 | 1F | 23 | E | 8 | 35 | 47 |
| Octal | 334 | 230 | 216 | 0 | 37 | 43 | 16 | 10 | 65 | 107 |
| Binary | 11011100 | 10011000 | 10001110 | 0 | 11111 | 100011 | 1110 | 1000 | 110101 | 1000111 |
Color Harmonies of #DC988E
Complementary color
Monochromatic Colors of #DC988E
Black with #DC988E
Text Example
Text Example
White with #DC988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC988E; }
p { color: rgb(220,152,142); }
H1.HeaderClassName
{
color: #DC988E;
}
.AnyTagClassName
{
color: #DC988E;
}
</style>
background-color css
<style>
a { background-color: #DC988E; }
a { background-color: rgb(220,152,142); }
div.DivClassName
{
background-color: #DC988E;
}
.BgClassName
{
background-color: #DC988E;
}
</style>
border-color css
<style>
span { border-color: #DC988E; }
span { border-color: rgb(220,152,142); }
td.TdClassName
{
border-color: #DC988E;
}
.TagClassName
{
border-color: #DC988E;
}
</style>