Shades of Petite Orchid #DDA19F
Tints of Petite Orchid #DDA19F
RGB
CMYK
RGB Variations
Color information
#DDA19F (or 0xDDA19F) is known color: Petite Orchid. HEX triplet: DD, A1 and 9F. RGB value is (221,161,159). Sum of RGB (Red+Green+Blue) = 221+161+159=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19F is #225E60. Grayscale: #B2B2B2. Windows color (decimal): -2252385 or 10461661. OLE color: 10461661.
HSL color Cylindrical-coordinate representation of color #DDA19F: hue angle of 1.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA19F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 159 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.13 |
| HSL | 1.94º | 0.48% | 0.75% | - |
| HSV(B) | 1.94º | 0.28% | 0.87% | - |
| XYZ | 48.82 | 43.37 | 38.6 | - |
| YUV | 178.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 159 | 0 | 0.27 | 0.28 | 0.13 | 1.94 | 0.48 | 0.75 |
| Hex | DD | A1 | 9F | 0 | 1B | 1C | D | 2 | 30 | 4B |
| Octal | 335 | 241 | 237 | 0 | 33 | 34 | 15 | 2 | 60 | 113 |
| Binary | 11011101 | 10100001 | 10011111 | 0 | 11011 | 11100 | 1101 | 10 | 110000 | 1001011 |
Color Harmonies of #DDA19F
Complementary color
Monochromatic Colors of #DDA19F
Black with #DDA19F
Text Example
Text Example
White with #DDA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA19F; }
p { color: rgb(221,161,159); }
H1.HeaderClassName
{
color: #DDA19F;
}
.AnyTagClassName
{
color: #DDA19F;
}
</style>
background-color css
<style>
a { background-color: #DDA19F; }
a { background-color: rgb(221,161,159); }
div.DivClassName
{
background-color: #DDA19F;
}
.BgClassName
{
background-color: #DDA19F;
}
</style>
border-color css
<style>
span { border-color: #DDA19F; }
span { border-color: rgb(221,161,159); }
td.TdClassName
{
border-color: #DDA19F;
}
.TagClassName
{
border-color: #DDA19F;
}
</style>