#DDA29F

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

Shades of Petite Orchid #DDA29F

Tints of Petite Orchid #DDA29F

Color information

#DDA29F (or 0xDDA29F) is unknown color: approx Petite Orchid. HEX triplet: DD, A2 and 9F. RGB value is (221,162,159). Sum of RGB (Red+Green+Blue) = 221+162+159=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29F is #225D60. Grayscale: #B3B3B3. Windows color (decimal): -2252129 or 10461917. OLE color: 10461917.

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

Color convert

RGB221162159-
CMYK00.270.280.13
HSL2.9º47.69%74.51%-
HSV(B)2.9º28.05%86.67%-
XYZ4943.7238.66-
YUV179.3116.55157.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=40.77%
G=29.89%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116215900.270.280.132.947.6974.51
HexDDA29F01B1CD3304b
Octal3352422370333415360113
Binary110111011010001010011111011011111001101111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA29F; }

 p { color: rgb(221,162,159); }

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

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

 a { background-color: rgb(221,162,159); }

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

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

 span { border-color: rgb(221,162,159); }

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