Shades of Petite Orchid #DCA09C
Tints of Petite Orchid #DCA09C
RGB
CMYK
RGB Variations
Color information
#DCA09C (or 0xDCA09C) is known color: Petite Orchid. HEX triplet: DC, A0 and 9C. RGB value is (220,160,156). Sum of RGB (Red+Green+Blue) = 220+160+156=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA09C is #235F63. Grayscale: #B1B1B1. Windows color (decimal): -2318180 or 10264796. OLE color: 10264796.
HSL color Cylindrical-coordinate representation of color #DCA09C: hue angle of 3.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA09C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 156 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.14 |
| HSL | 3.75º | 0.48% | 0.74% | - |
| HSV(B) | 3.75º | 0.29% | 0.86% | - |
| XYZ | 48.09 | 42.76 | 37.17 | - |
| YUV | 177.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 156 | 0 | 0.27 | 0.29 | 0.14 | 3.75 | 0.48 | 0.74 |
| Hex | DC | A0 | 9C | 0 | 1B | 1D | E | 4 | 30 | 4A |
| Octal | 334 | 240 | 234 | 0 | 33 | 35 | 16 | 4 | 60 | 112 |
| Binary | 11011100 | 10100000 | 10011100 | 0 | 11011 | 11101 | 1110 | 100 | 110000 | 1001010 |
Color Harmonies of #DCA09C
Complementary color
Monochromatic Colors of #DCA09C
Black with #DCA09C
Text Example
Text Example
White with #DCA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA09C; }
p { color: rgb(220,160,156); }
H1.HeaderClassName
{
color: #DCA09C;
}
.AnyTagClassName
{
color: #DCA09C;
}
</style>
background-color css
<style>
a { background-color: #DCA09C; }
a { background-color: rgb(220,160,156); }
div.DivClassName
{
background-color: #DCA09C;
}
.BgClassName
{
background-color: #DCA09C;
}
</style>
border-color css
<style>
span { border-color: #DCA09C; }
span { border-color: rgb(220,160,156); }
td.TdClassName
{
border-color: #DCA09C;
}
.TagClassName
{
border-color: #DCA09C;
}
</style>