#DC9C8F

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

Shades of Petite Orchid #DC9C8F

Tints of Petite Orchid #DC9C8F

Color information

#DC9C8F (or 0xDC9C8F) is unknown color: approx Petite Orchid. HEX triplet: DC, 9C and 8F. RGB value is (220,156,143). Sum of RGB (Red+Green+Blue) = 220+156+143=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C8F is #236370. Grayscale: #ADADAD. Windows color (decimal): -2319217 or 9411804. OLE color: 9411804.

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

Color convert

RGB220156143-
CMYK00.290.350.14
HSL10.13º52.38%71.18%-
HSV(B)10.13º35%86.27%-
XYZ46.3640.9831.45-
YUV173.65110.7161.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=42.39%
G=30.06%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015614300.290.350.1410.1352.3871.18
HexDC9C8F01D23Ea3447
Octal33423421703543161264107
Binary110111001001110010001111011101100011111010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C8F; }

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

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

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

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

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

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

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

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