Shades of Petite Orchid #DC988D
Tints of Petite Orchid #DC988D
RGB
CMYK
RGB Variations
Color information
#DC988D (or 0xDC988D) is known color: Petite Orchid. HEX triplet: DC, 98 and 8D. RGB value is (220,152,141). Sum of RGB (Red+Green+Blue) = 220+152+141=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC988D is #236772. Grayscale: #ABABAB. Windows color (decimal): -2320243 or 9279708. OLE color: 9279708.
HSL color Cylindrical-coordinate representation of color #DC988D: hue angle of 8.35º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC988D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 141 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.14 |
| HSL | 8.35º | 0.53% | 0.71% | - |
| HSV(B) | 8.35º | 0.36% | 0.86% | - |
| XYZ | 45.55 | 39.6 | 30.44 | - |
| YUV | 171.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 141 | 0 | 0.31 | 0.36 | 0.14 | 8.35 | 0.53 | 0.71 |
| Hex | DC | 98 | 8D | 0 | 1F | 24 | E | 8 | 35 | 47 |
| Octal | 334 | 230 | 215 | 0 | 37 | 44 | 16 | 10 | 65 | 107 |
| Binary | 11011100 | 10011000 | 10001101 | 0 | 11111 | 100100 | 1110 | 1000 | 110101 | 1000111 |
Color Harmonies of #DC988D
Complementary color
Monochromatic Colors of #DC988D
Black with #DC988D
Text Example
Text Example
White with #DC988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC988D; }
p { color: rgb(220,152,141); }
H1.HeaderClassName
{
color: #DC988D;
}
.AnyTagClassName
{
color: #DC988D;
}
</style>
background-color css
<style>
a { background-color: #DC988D; }
a { background-color: rgb(220,152,141); }
div.DivClassName
{
background-color: #DC988D;
}
.BgClassName
{
background-color: #DC988D;
}
</style>
border-color css
<style>
span { border-color: #DC988D; }
span { border-color: rgb(220,152,141); }
td.TdClassName
{
border-color: #DC988D;
}
.TagClassName
{
border-color: #DC988D;
}
</style>