Shades of Petite Orchid #DDA09A
Tints of Petite Orchid #DDA09A
RGB
CMYK
RGB Variations
Color information
#DDA09A (or 0xDDA09A) is known color: Petite Orchid. HEX triplet: DD, A0 and 9A. RGB value is (221,160,154). Sum of RGB (Red+Green+Blue) = 221+160+154=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09A is #225F65. Grayscale: #B1B1B1. Windows color (decimal): -2252646 or 10133725. OLE color: 10133725.
HSL color Cylindrical-coordinate representation of color #DDA09A: hue angle of 5.37º degrees, saturation: 0.5, 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 #DDA09A is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 160 | 154 | - |
CMYK | 0 | 0.28 | 0.30 | 0.13 |
HSL | 5.37º | 0.5% | 0.74% | - |
HSV(B) | 5.37º | 0.3% | 0.87% | - |
XYZ | 48.22 | 42.85 | 36.3 | - |
YUV | 177.56 | 114.71 | 158.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 160 | 154 | 0 | 0.28 | 0.30 | 0.13 | 5.37 | 0.5 | 0.74 |
Hex | DD | A0 | 9A | 0 | 1C | 1E | D | 5 | 32 | 4A |
Octal | 335 | 240 | 232 | 0 | 34 | 36 | 15 | 5 | 62 | 112 |
Binary | 11011101 | 10100000 | 10011010 | 0 | 11100 | 11110 | 1101 | 101 | 110010 | 1001010 |
Color Harmonies of #DDA09A
Complementary color
Monochromatic Colors of #DDA09A
Black with #DDA09A
Text Example
Text Example
White with #DDA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA09A; }
p { color: rgb(221,160,154); }
H1.HeaderClassName
{
color: #DDA09A;
}
.AnyTagClassName
{
color: #DDA09A;
}
</style>
background-color css
<style>
a { background-color: #DDA09A; }
a { background-color: rgb(221,160,154); }
div.DivClassName
{
background-color: #DDA09A;
}
.BgClassName
{
background-color: #DDA09A;
}
</style>
border-color css
<style>
span { border-color: #DDA09A; }
span { border-color: rgb(221,160,154); }
td.TdClassName
{
border-color: #DDA09A;
}
.TagClassName
{
border-color: #DDA09A;
}
</style>