#DDA09B

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

Shades of Petite Orchid #DDA09B

Tints of Petite Orchid #DDA09B

Color information

#DDA09B (or 0xDDA09B) is unknown color: approx Petite Orchid. HEX triplet: DD, A0 and 9B. RGB value is (221,160,155). Sum of RGB (Red+Green+Blue) = 221+160+155=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09B is #225F64. Grayscale: #B1B1B1. Windows color (decimal): -2252645 or 10199261. OLE color: 10199261.

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

Color convert

RGB221160155-
CMYK00.280.300.13
HSL4.55º49.25%73.73%-
HSV(B)4.55º29.86%86.67%-
XYZ48.3142.8836.74-
YUV177.67115.21158.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=41.23%
G=29.85%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116015500.280.300.134.5549.2573.73
HexDDA09B01C1ED5314a
Octal3352402330343615561112
Binary1101110110100000100110110111001111011011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA09B; }

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

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

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

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

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

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

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

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