#DC9B8E

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

Shades of Petite Orchid #DC9B8E

Tints of Petite Orchid #DC9B8E

Color information

#DC9B8E (or 0xDC9B8E) is unknown color: approx Petite Orchid. HEX triplet: DC, 9B and 8E. RGB value is (220,155,142). Sum of RGB (Red+Green+Blue) = 220+155+142=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B8E is #236471. Grayscale: #ADADAD. Windows color (decimal): -2319474 or 9346012. OLE color: 9346012.

HSL color Cylindrical-coordinate representation of color #DC9B8E: hue angle of 10º degrees, saturation: 0.53, 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 #DC9B8E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220155142-
CMYK00.300.350.14
HSL10º52.7%70.98%-
HSV(B)10º35.45%86.27%-
XYZ46.1240.6131-
YUV172.95110.53161.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=42.55%
G=29.98%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015514200.300.350.141052.770.98
HexDC9B8E01E23Ea3547
Octal33423321603643161265107
Binary110111001001101110001110011110100011111010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9B8E; }

 p { color: rgb(220,155,142); }

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

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

 a { background-color: rgb(220,155,142); }

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

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

 span { border-color: rgb(220,155,142); }

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