Shades of Petite Orchid #DC998B
Tints of Petite Orchid #DC998B
RGB
CMYK
RGB Variations
Color information
#DC998B (or 0xDC998B) is known color: Petite Orchid. HEX triplet: DC, 99 and 8B. RGB value is (220,153,139). Sum of RGB (Red+Green+Blue) = 220+153+139=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC998B is #236674. Grayscale: #ABABAB. Windows color (decimal): -2319989 or 9148892. OLE color: 9148892.
HSL color Cylindrical-coordinate representation of color #DC998B: hue angle of 10.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC998B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 139 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.14 |
| HSL | 10.37º | 0.54% | 0.7% | - |
| HSV(B) | 10.37º | 0.37% | 0.86% | - |
| XYZ | 45.57 | 39.86 | 29.72 | - |
| YUV | 171.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 139 | 0 | 0.30 | 0.37 | 0.14 | 10.37 | 0.54 | 0.7 |
| Hex | DC | 99 | 8B | 0 | 1E | 25 | E | A | 36 | 46 |
| Octal | 334 | 231 | 213 | 0 | 36 | 45 | 16 | 12 | 66 | 106 |
| Binary | 11011100 | 10011001 | 10001011 | 0 | 11110 | 100101 | 1110 | 1010 | 110110 | 1000110 |
Color Harmonies of #DC998B
Complementary color
Monochromatic Colors of #DC998B
Black with #DC998B
Text Example
Text Example
White with #DC998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC998B; }
p { color: rgb(220,153,139); }
H1.HeaderClassName
{
color: #DC998B;
}
.AnyTagClassName
{
color: #DC998B;
}
</style>
background-color css
<style>
a { background-color: #DC998B; }
a { background-color: rgb(220,153,139); }
div.DivClassName
{
background-color: #DC998B;
}
.BgClassName
{
background-color: #DC998B;
}
</style>
border-color css
<style>
span { border-color: #DC998B; }
span { border-color: rgb(220,153,139); }
td.TdClassName
{
border-color: #DC998B;
}
.TagClassName
{
border-color: #DC998B;
}
</style>