Shades of Petite Orchid #DAA19F
Tints of Petite Orchid #DAA19F
RGB
CMYK
RGB Variations
Color information
#DAA19F (or 0xDAA19F) is known color: Petite Orchid. HEX triplet: DA, A1 and 9F. RGB value is (218,161,159). Sum of RGB (Red+Green+Blue) = 218+161+159=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19F is #255E60. Grayscale: #B1B1B1. Windows color (decimal): -2448993 or 10461658. OLE color: 10461658.
HSL color Cylindrical-coordinate representation of color #DAA19F: hue angle of 2.03º 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 #DAA19F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 159 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.15 |
| HSL | 2.03º | 0.44% | 0.74% | - |
| HSV(B) | 2.03º | 0.27% | 0.85% | - |
| XYZ | 47.92 | 42.9 | 38.56 | - |
| YUV | 177.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 159 | 0 | 0.26 | 0.27 | 0.15 | 2.03 | 0.44 | 0.74 |
| Hex | DA | A1 | 9F | 0 | 1A | 1B | F | 2 | 2C | 4A |
| Octal | 332 | 241 | 237 | 0 | 32 | 33 | 17 | 2 | 54 | 112 |
| Binary | 11011010 | 10100001 | 10011111 | 0 | 11010 | 11011 | 1111 | 10 | 101100 | 1001010 |
Color Harmonies of #DAA19F
Complementary color
Monochromatic Colors of #DAA19F
Black with #DAA19F
Text Example
Text Example
White with #DAA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA19F; }
p { color: rgb(218,161,159); }
H1.HeaderClassName
{
color: #DAA19F;
}
.AnyTagClassName
{
color: #DAA19F;
}
</style>
background-color css
<style>
a { background-color: #DAA19F; }
a { background-color: rgb(218,161,159); }
div.DivClassName
{
background-color: #DAA19F;
}
.BgClassName
{
background-color: #DAA19F;
}
</style>
border-color css
<style>
span { border-color: #DAA19F; }
span { border-color: rgb(218,161,159); }
td.TdClassName
{
border-color: #DAA19F;
}
.TagClassName
{
border-color: #DAA19F;
}
</style>