#DD9C8F

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

Shades of Petite Orchid #DD9C8F

Tints of Petite Orchid #DD9C8F

Color information

#DD9C8F (or 0xDD9C8F) is unknown color: approx Petite Orchid. HEX triplet: DD, 9C and 8F. RGB value is (221,156,143). Sum of RGB (Red+Green+Blue) = 221+156+143=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C8F is #226370. Grayscale: #AEAEAE. Windows color (decimal): -2253681 or 9411805. OLE color: 9411805.

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

Color convert

RGB221156143-
CMYK00.290.350.13
HSL10º53.42%71.37%-
HSV(B)10º35.29%86.67%-
XYZ46.6741.1331.47-
YUV173.95110.53161.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=42.5%
G=30%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115614300.290.350.131053.4271.37
HexDD9C8F01D23Da3547
Octal33523421703543151265107
Binary110111011001110010001111011101100011110110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C8F; }

 p { color: rgb(221,156,143); }

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

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

 a { background-color: rgb(221,156,143); }

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

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

 span { border-color: rgb(221,156,143); }

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