Shades of Petite Orchid #DA988B
Tints of Petite Orchid #DA988B
RGB
CMYK
RGB Variations
Color information
#DA988B (or 0xDA988B) is known color: Petite Orchid. HEX triplet: DA, 98 and 8B. RGB value is (218,152,139). Sum of RGB (Red+Green+Blue) = 218+152+139=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA988B is #256774. Grayscale: #AAAAAA. Windows color (decimal): -2451317 or 9148634. OLE color: 9148634.
HSL color Cylindrical-coordinate representation of color #DA988B: hue angle of 9.87º 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 #DA988B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 139 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.15 |
| HSL | 9.87º | 0.52% | 0.7% | - |
| HSV(B) | 9.87º | 0.36% | 0.85% | - |
| XYZ | 44.8 | 39.23 | 29.64 | - |
| YUV | 170.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 139 | 0 | 0.30 | 0.36 | 0.15 | 9.87 | 0.52 | 0.7 |
| Hex | DA | 98 | 8B | 0 | 1E | 24 | F | A | 34 | 46 |
| Octal | 332 | 230 | 213 | 0 | 36 | 44 | 17 | 12 | 64 | 106 |
| Binary | 11011010 | 10011000 | 10001011 | 0 | 11110 | 100100 | 1111 | 1010 | 110100 | 1000110 |
Color Harmonies of #DA988B
Complementary color
Monochromatic Colors of #DA988B
Black with #DA988B
Text Example
Text Example
White with #DA988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA988B; }
p { color: rgb(218,152,139); }
H1.HeaderClassName
{
color: #DA988B;
}
.AnyTagClassName
{
color: #DA988B;
}
</style>
background-color css
<style>
a { background-color: #DA988B; }
a { background-color: rgb(218,152,139); }
div.DivClassName
{
background-color: #DA988B;
}
.BgClassName
{
background-color: #DA988B;
}
</style>
border-color css
<style>
span { border-color: #DA988B; }
span { border-color: rgb(218,152,139); }
td.TdClassName
{
border-color: #DA988B;
}
.TagClassName
{
border-color: #DA988B;
}
</style>