Shades of Petite Orchid #DCA09A
Tints of Petite Orchid #DCA09A
RGB
CMYK
RGB Variations
Color information
#DCA09A (or 0xDCA09A) is known color: Petite Orchid. HEX triplet: DC, A0 and 9A. RGB value is (220,160,154). Sum of RGB (Red+Green+Blue) = 220+160+154=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA09A is #235F65. Grayscale: #B1B1B1. Windows color (decimal): -2318182 or 10133724. OLE color: 10133724.
HSL color Cylindrical-coordinate representation of color #DCA09A: hue angle of 5.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA09A is Cyan = 0, Magento = 0.27, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 154 | - |
| CMYK | 0 | 0.27 | 0.3 | 0.14 |
| HSL | 5.45º | 0.49% | 0.73% | - |
| HSV(B) | 5.45º | 0.3% | 0.86% | - |
| XYZ | 47.92 | 42.69 | 36.29 | - |
| YUV | 177.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 154 | 0 | 0.27 | 0.3 | 0.14 | 5.45 | 0.49 | 0.73 |
| Hex | DC | A0 | 9A | 0 | 1B | 1E | E | 5 | 31 | 49 |
| Octal | 334 | 240 | 232 | 0 | 33 | 36 | 16 | 5 | 61 | 111 |
| Binary | 11011100 | 10100000 | 10011010 | 0 | 11011 | 11110 | 1110 | 101 | 110001 | 1001001 |
Color Harmonies of #DCA09A
Complementary color
Monochromatic Colors of #DCA09A
Black with #DCA09A
Text Example
Text Example
White with #DCA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA09A; }
p { color: rgb(220,160,154); }
H1.HeaderClassName
{
color: #DCA09A;
}
.AnyTagClassName
{
color: #DCA09A;
}
</style>
background-color css
<style>
a { background-color: #DCA09A; }
a { background-color: rgb(220,160,154); }
div.DivClassName
{
background-color: #DCA09A;
}
.BgClassName
{
background-color: #DCA09A;
}
</style>
border-color css
<style>
span { border-color: #DCA09A; }
span { border-color: rgb(220,160,154); }
td.TdClassName
{
border-color: #DCA09A;
}
.TagClassName
{
border-color: #DCA09A;
}
</style>