Shades of Petite Orchid #DAA09E
Tints of Petite Orchid #DAA09E
RGB
CMYK
RGB Variations
Color information
#DAA09E (or 0xDAA09E) is known color: Petite Orchid. HEX triplet: DA, A0 and 9E. RGB value is (218,160,158). Sum of RGB (Red+Green+Blue) = 218+160+158=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA09E is #255F61. Grayscale: #B1B1B1. Windows color (decimal): -2449250 or 10395866. OLE color: 10395866.
HSL color Cylindrical-coordinate representation of color #DAA09E: hue angle of 2º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA09E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 158 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.15 |
| HSL | 2º | 0.45% | 0.74% | - |
| HSV(B) | 2º | 0.28% | 0.85% | - |
| XYZ | 47.66 | 42.52 | 38.04 | - |
| YUV | 177.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 158 | 0 | 0.27 | 0.28 | 0.15 | 2 | 0.45 | 0.74 |
| Hex | DA | A0 | 9E | 0 | 1B | 1C | F | 2 | 2D | 4A |
| Octal | 332 | 240 | 236 | 0 | 33 | 34 | 17 | 2 | 55 | 112 |
| Binary | 11011010 | 10100000 | 10011110 | 0 | 11011 | 11100 | 1111 | 10 | 101101 | 1001010 |
Color Harmonies of #DAA09E
Complementary color
Monochromatic Colors of #DAA09E
Black with #DAA09E
Text Example
Text Example
White with #DAA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA09E; }
p { color: rgb(218,160,158); }
H1.HeaderClassName
{
color: #DAA09E;
}
.AnyTagClassName
{
color: #DAA09E;
}
</style>
background-color css
<style>
a { background-color: #DAA09E; }
a { background-color: rgb(218,160,158); }
div.DivClassName
{
background-color: #DAA09E;
}
.BgClassName
{
background-color: #DAA09E;
}
</style>
border-color css
<style>
span { border-color: #DAA09E; }
span { border-color: rgb(218,160,158); }
td.TdClassName
{
border-color: #DAA09E;
}
.TagClassName
{
border-color: #DAA09E;
}
</style>