Shades of Petite Orchid #DAA0A0
Tints of Petite Orchid #DAA0A0
RGB
CMYK
RGB Variations
Color information
#DAA0A0 (or 0xDAA0A0) is known color: Petite Orchid. HEX triplet: DA, A0 and A0. RGB value is (218,160,160). Sum of RGB (Red+Green+Blue) = 218+160+160=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0A0 is #255F5F. Grayscale: #B1B1B1. Windows color (decimal): -2449248 or 10526938. OLE color: 10526938.
HSL color Cylindrical-coordinate representation of color #DAA0A0: hue angle of 0º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0A0 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 160 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.15 |
| HSL | 0º | 0.44% | 0.74% | - |
| HSV(B) | 0º | 0.27% | 0.85% | - |
| XYZ | 47.83 | 42.59 | 38.96 | - |
| YUV | 177.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 160 | 0 | 0.27 | 0.27 | 0.15 | 0 | 0.44 | 0.74 |
| Hex | DA | A0 | A0 | 0 | 1B | 1B | F | 0 | 2C | 4A |
| Octal | 332 | 240 | 240 | 0 | 33 | 33 | 17 | 0 | 54 | 112 |
| Binary | 11011010 | 10100000 | 10100000 | 0 | 11011 | 11011 | 1111 | 0 | 101100 | 1001010 |
Color Harmonies of #DAA0A0
Complementary color
Monochromatic Colors of #DAA0A0
Black with #DAA0A0
Text Example
Text Example
White with #DAA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0A0; }
p { color: rgb(218,160,160); }
H1.HeaderClassName
{
color: #DAA0A0;
}
.AnyTagClassName
{
color: #DAA0A0;
}
</style>
background-color css
<style>
a { background-color: #DAA0A0; }
a { background-color: rgb(218,160,160); }
div.DivClassName
{
background-color: #DAA0A0;
}
.BgClassName
{
background-color: #DAA0A0;
}
</style>
border-color css
<style>
span { border-color: #DAA0A0; }
span { border-color: rgb(218,160,160); }
td.TdClassName
{
border-color: #DAA0A0;
}
.TagClassName
{
border-color: #DAA0A0;
}
</style>