Shades of Petite Orchid #DAA09D
Tints of Petite Orchid #DAA09D
RGB
CMYK
RGB Variations
Color information
#DAA09D (or 0xDAA09D) is known color: Petite Orchid. HEX triplet: DA, A0 and 9D. RGB value is (218,160,157). Sum of RGB (Red+Green+Blue) = 218+160+157=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA09D is #255F62. Grayscale: #B1B1B1. Windows color (decimal): -2449251 or 10330330. OLE color: 10330330.
HSL color Cylindrical-coordinate representation of color #DAA09D: hue angle of 2.95º 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 #DAA09D is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 157 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.15 |
| HSL | 2.95º | 0.45% | 0.74% | - |
| HSV(B) | 2.95º | 0.28% | 0.85% | - |
| XYZ | 47.57 | 42.48 | 37.59 | - |
| YUV | 177 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 157 | 0 | 0.27 | 0.28 | 0.15 | 2.95 | 0.45 | 0.74 |
| Hex | DA | A0 | 9D | 0 | 1B | 1C | F | 3 | 2D | 4A |
| Octal | 332 | 240 | 235 | 0 | 33 | 34 | 17 | 3 | 55 | 112 |
| Binary | 11011010 | 10100000 | 10011101 | 0 | 11011 | 11100 | 1111 | 11 | 101101 | 1001010 |
Color Harmonies of #DAA09D
Complementary color
Monochromatic Colors of #DAA09D
Black with #DAA09D
Text Example
Text Example
White with #DAA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA09D; }
p { color: rgb(218,160,157); }
H1.HeaderClassName
{
color: #DAA09D;
}
.AnyTagClassName
{
color: #DAA09D;
}
</style>
background-color css
<style>
a { background-color: #DAA09D; }
a { background-color: rgb(218,160,157); }
div.DivClassName
{
background-color: #DAA09D;
}
.BgClassName
{
background-color: #DAA09D;
}
</style>
border-color css
<style>
span { border-color: #DAA09D; }
span { border-color: rgb(218,160,157); }
td.TdClassName
{
border-color: #DAA09D;
}
.TagClassName
{
border-color: #DAA09D;
}
</style>