Shades of Petite Orchid #DA9C8B
Tints of Petite Orchid #DA9C8B
RGB
CMYK
RGB Variations
Color information
#DA9C8B (or 0xDA9C8B) is known color: Petite Orchid. HEX triplet: DA, 9C and 8B. RGB value is (218,156,139). Sum of RGB (Red+Green+Blue) = 218+156+139=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C8B is #256374. Grayscale: #ACACAC. Windows color (decimal): -2450293 or 9149658. OLE color: 9149658.
HSL color Cylindrical-coordinate representation of color #DA9C8B: hue angle of 12.91º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA9C8B is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 139 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.15 |
| HSL | 12.91º | 0.52% | 0.7% | - |
| HSV(B) | 12.91º | 0.36% | 0.85% | - |
| XYZ | 45.46 | 40.55 | 29.86 | - |
| YUV | 172.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 139 | 0 | 0.28 | 0.36 | 0.15 | 12.91 | 0.52 | 0.7 |
| Hex | DA | 9C | 8B | 0 | 1C | 24 | F | D | 34 | 46 |
| Octal | 332 | 234 | 213 | 0 | 34 | 44 | 17 | 15 | 64 | 106 |
| Binary | 11011010 | 10011100 | 10001011 | 0 | 11100 | 100100 | 1111 | 1101 | 110100 | 1000110 |
Color Harmonies of #DA9C8B
Complementary color
Monochromatic Colors of #DA9C8B
Black with #DA9C8B
Text Example
Text Example
White with #DA9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C8B; }
p { color: rgb(218,156,139); }
H1.HeaderClassName
{
color: #DA9C8B;
}
.AnyTagClassName
{
color: #DA9C8B;
}
</style>
background-color css
<style>
a { background-color: #DA9C8B; }
a { background-color: rgb(218,156,139); }
div.DivClassName
{
background-color: #DA9C8B;
}
.BgClassName
{
background-color: #DA9C8B;
}
</style>
border-color css
<style>
span { border-color: #DA9C8B; }
span { border-color: rgb(218,156,139); }
td.TdClassName
{
border-color: #DA9C8B;
}
.TagClassName
{
border-color: #DA9C8B;
}
</style>