Shades of Petite Orchid #DAA09B
Tints of Petite Orchid #DAA09B
RGB
CMYK
RGB Variations
Color information
#DAA09B (or 0xDAA09B) is known color: Petite Orchid. HEX triplet: DA, A0 and 9B. RGB value is (218,160,155). Sum of RGB (Red+Green+Blue) = 218+160+155=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA09B is #255F64. Grayscale: #B0B0B0. Windows color (decimal): -2449253 or 10199258. OLE color: 10199258.
HSL color Cylindrical-coordinate representation of color #DAA09B: hue angle of 4.76º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA09B is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 155 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.15 |
| HSL | 4.76º | 0.46% | 0.73% | - |
| HSV(B) | 4.76º | 0.29% | 0.85% | - |
| XYZ | 47.4 | 42.41 | 36.7 | - |
| YUV | 176.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 155 | 0 | 0.27 | 0.29 | 0.15 | 4.76 | 0.46 | 0.73 |
| Hex | DA | A0 | 9B | 0 | 1B | 1D | F | 5 | 2E | 49 |
| Octal | 332 | 240 | 233 | 0 | 33 | 35 | 17 | 5 | 56 | 111 |
| Binary | 11011010 | 10100000 | 10011011 | 0 | 11011 | 11101 | 1111 | 101 | 101110 | 1001001 |
Color Harmonies of #DAA09B
Complementary color
Monochromatic Colors of #DAA09B
Black with #DAA09B
Text Example
Text Example
White with #DAA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA09B; }
p { color: rgb(218,160,155); }
H1.HeaderClassName
{
color: #DAA09B;
}
.AnyTagClassName
{
color: #DAA09B;
}
</style>
background-color css
<style>
a { background-color: #DAA09B; }
a { background-color: rgb(218,160,155); }
div.DivClassName
{
background-color: #DAA09B;
}
.BgClassName
{
background-color: #DAA09B;
}
</style>
border-color css
<style>
span { border-color: #DAA09B; }
span { border-color: rgb(218,160,155); }
td.TdClassName
{
border-color: #DAA09B;
}
.TagClassName
{
border-color: #DAA09B;
}
</style>