#DDA09D

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

Shades of Petite Orchid #DDA09D

Tints of Petite Orchid #DDA09D

Color information

#DDA09D (or 0xDDA09D) is unknown color: approx Petite Orchid. HEX triplet: DD, A0 and 9D. RGB value is (221,160,157). Sum of RGB (Red+Green+Blue) = 221+160+157=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09D is #225F62. Grayscale: #B1B1B1. Windows color (decimal): -2252643 or 10330333. OLE color: 10330333.

HSL color Cylindrical-coordinate representation of color #DDA09D: hue angle of 2.81º 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 #DDA09D is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221160157-
CMYK00.280.290.13
HSL2.81º48.48%74.12%-
HSV(B)2.81º28.96%86.67%-
XYZ48.4842.9537.63-
YUV177.9116.21158.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=41.08%
G=29.74%
B=29.18%

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
Decimal22116015700.280.290.132.8148.4874.12
HexDDA09D01C1DD3304a
Octal3352402350343515360112
Binary110111011010000010011101011100111011101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA09D; }

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

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

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

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

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

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

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

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