#DD9A8C

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

Shades of Petite Orchid #DD9A8C

Tints of Petite Orchid #DD9A8C

Color information

#DD9A8C (or 0xDD9A8C) is unknown color: approx Petite Orchid. HEX triplet: DD, 9A and 8C. RGB value is (221,154,140). Sum of RGB (Red+Green+Blue) = 221+154+140=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A8C is #226573. Grayscale: #ACACAC. Windows color (decimal): -2254196 or 9214685. OLE color: 9214685.

HSL color Cylindrical-coordinate representation of color #DD9A8C: hue angle of 10.37º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9A8C is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221154140-
CMYK00.300.370.13
HSL10.37º54.36%70.78%-
HSV(B)10.37º36.65%86.67%-
XYZ46.1140.3830.17-
YUV172.44109.7162.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=42.91%
G=29.90%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115414000.300.370.1310.3754.3670.78
HexDD9A8C01E25Da3647
Octal33523221403645151266107
Binary110111011001101010001100011110100101110110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A8C; }

 p { color: rgb(221,154,140); }

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

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

 a { background-color: rgb(221,154,140); }

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

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

 span { border-color: rgb(221,154,140); }

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