#DDA09E

Color #DDA09E Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DDA09E

Tints of Petite Orchid #DDA09E

Color information

#DDA09E (or 0xDDA09E) is unknown color: approx Petite Orchid. HEX triplet: DD, A0 and 9E. RGB value is (221,160,158). Sum of RGB (Red+Green+Blue) = 221+160+158=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09E is #225F61. Grayscale: #B2B2B2. Windows color (decimal): -2252642 or 10395869. OLE color: 10395869.

HSL color Cylindrical-coordinate representation of color #DDA09E: hue angle of 1.9º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA09E is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221160158-
CMYK00.280.290.13
HSL1.9º48.09%74.31%-
HSV(B)1.9º28.51%86.67%-
XYZ48.5642.9838.08-
YUV178.01116.71158.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=41.00%
G=29.68%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116015800.280.290.131.948.0974.31
HexDDA09E01C1DD2304a
Octal3352402360343515260112
Binary110111011010000010011110011100111011101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA09E; }

 p { color: rgb(221,160,158); }

 H1.HeaderClassName
 {
   color: #DDA09E;
 }
 .AnyTagClassName
 {
   color: #DDA09E;
 }
</style>
background-color css

<style>
 a { background-color: #DDA09E; }

 a { background-color: rgb(221,160,158); }

 div.DivClassName
 {
   background-color: #DDA09E;
 }
 .BgClassName
 {
   background-color: #DDA09E;
 }
</style>
border-color css

<style>
 span { border-color: #DDA09E; }

 span { border-color: rgb(221,160,158); }

 td.TdClassName
 {
   border-color: #DDA09E;
 }
 .TagClassName
 {
   border-color: #DDA09E;
 }
</style>