#DC9C8C

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

Shades of Petite Orchid #DC9C8C

Tints of Petite Orchid #DC9C8C

Color information

#DC9C8C (or 0xDC9C8C) is unknown color: approx Petite Orchid. HEX triplet: DC, 9C and 8C. RGB value is (220,156,140). Sum of RGB (Red+Green+Blue) = 220+156+140=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C8C is #236373. Grayscale: #ADADAD. Windows color (decimal): -2319220 or 9215196. OLE color: 9215196.

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

Color convert

RGB220156140-
CMYK00.290.360.14
HSL12º53.33%70.59%-
HSV(B)12º36.36%86.27%-
XYZ46.1440.8930.27-
YUV173.31109.2161.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=42.64%
G=30.23%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015614000.290.360.141253.3370.59
HexDC9C8C01D24Ec3547
Octal33423421403544161465107
Binary110111001001110010001100011101100100111011001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C8C; }

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

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

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

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

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

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

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

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