#DC9B8F

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

Shades of Petite Orchid #DC9B8F

Tints of Petite Orchid #DC9B8F

Color information

#DC9B8F (or 0xDC9B8F) is unknown color: approx Petite Orchid. HEX triplet: DC, 9B and 8F. RGB value is (220,155,143). Sum of RGB (Red+Green+Blue) = 220+155+143=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B8F is #236470. Grayscale: #ADADAD. Windows color (decimal): -2319473 or 9411548. OLE color: 9411548.

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

Color convert

RGB220155143-
CMYK00.300.350.14
HSL9.35º52.38%71.18%-
HSV(B)9.35º35%86.27%-
XYZ46.1940.6431.4-
YUV173.07111.03161.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=42.47%
G=29.92%
B=27.61%

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
Decimal22015514300.300.350.149.3552.3871.18
HexDC9B8F01E23E93447
Octal33423321703643161164107
Binary110111001001101110001111011110100011111010011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9B8F; }

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

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

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

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

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

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

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

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