Shades of Petite Orchid #DDA098
Tints of Petite Orchid #DDA098
RGB
CMYK
RGB Variations
Color information
#DDA098 (or 0xDDA098) is known color: Petite Orchid. HEX triplet: DD, A0 and 98. RGB value is (221,160,152). Sum of RGB (Red+Green+Blue) = 221+160+152=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA098 is #225F67. Grayscale: #B1B1B1. Windows color (decimal): -2252648 or 10002653. OLE color: 10002653.
HSL color Cylindrical-coordinate representation of color #DDA098: hue angle of 6.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA098 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 152 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.13 |
| HSL | 6.96º | 0.5% | 0.73% | - |
| HSV(B) | 6.96º | 0.31% | 0.87% | - |
| XYZ | 48.06 | 42.78 | 35.43 | - |
| YUV | 177.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 152 | 0 | 0.28 | 0.31 | 0.13 | 6.96 | 0.5 | 0.73 |
| Hex | DD | A0 | 98 | 0 | 1C | 1F | D | 7 | 32 | 49 |
| Octal | 335 | 240 | 230 | 0 | 34 | 37 | 15 | 7 | 62 | 111 |
| Binary | 11011101 | 10100000 | 10011000 | 0 | 11100 | 11111 | 1101 | 111 | 110010 | 1001001 |
Color Harmonies of #DDA098
Complementary color
Monochromatic Colors of #DDA098
Black with #DDA098
Text Example
Text Example
White with #DDA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA098; }
p { color: rgb(221,160,152); }
H1.HeaderClassName
{
color: #DDA098;
}
.AnyTagClassName
{
color: #DDA098;
}
</style>
background-color css
<style>
a { background-color: #DDA098; }
a { background-color: rgb(221,160,152); }
div.DivClassName
{
background-color: #DDA098;
}
.BgClassName
{
background-color: #DDA098;
}
</style>
border-color css
<style>
span { border-color: #DDA098; }
span { border-color: rgb(221,160,152); }
td.TdClassName
{
border-color: #DDA098;
}
.TagClassName
{
border-color: #DDA098;
}
</style>