Shades of Petite Orchid #DDA19B
Tints of Petite Orchid #DDA19B
RGB
CMYK
RGB Variations
Color information
#DDA19B (or 0xDDA19B) is known color: Petite Orchid. HEX triplet: DD, A1 and 9B. RGB value is (221,161,155). Sum of RGB (Red+Green+Blue) = 221+161+155=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19B is #225E64. Grayscale: #B2B2B2. Windows color (decimal): -2252389 or 10199517. OLE color: 10199517.
HSL color Cylindrical-coordinate representation of color #DDA19B: hue angle of 5.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA19B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 155 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.13 |
| HSL | 5.45º | 0.49% | 0.74% | - |
| HSV(B) | 5.45º | 0.3% | 0.87% | - |
| XYZ | 48.48 | 43.23 | 36.8 | - |
| YUV | 178.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 155 | 0 | 0.27 | 0.30 | 0.13 | 5.45 | 0.49 | 0.74 |
| Hex | DD | A1 | 9B | 0 | 1B | 1E | D | 5 | 31 | 4A |
| Octal | 335 | 241 | 233 | 0 | 33 | 36 | 15 | 5 | 61 | 112 |
| Binary | 11011101 | 10100001 | 10011011 | 0 | 11011 | 11110 | 1101 | 101 | 110001 | 1001010 |
Color Harmonies of #DDA19B
Complementary color
Monochromatic Colors of #DDA19B
Black with #DDA19B
Text Example
Text Example
White with #DDA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA19B; }
p { color: rgb(221,161,155); }
H1.HeaderClassName
{
color: #DDA19B;
}
.AnyTagClassName
{
color: #DDA19B;
}
</style>
background-color css
<style>
a { background-color: #DDA19B; }
a { background-color: rgb(221,161,155); }
div.DivClassName
{
background-color: #DDA19B;
}
.BgClassName
{
background-color: #DDA19B;
}
</style>
border-color css
<style>
span { border-color: #DDA19B; }
span { border-color: rgb(221,161,155); }
td.TdClassName
{
border-color: #DDA19B;
}
.TagClassName
{
border-color: #DDA19B;
}
</style>