#DC9C9B

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

Shades of Petite Orchid #DC9C9B

Tints of Petite Orchid #DC9C9B

Color information

#DC9C9B (or 0xDC9C9B) is unknown color: approx Petite Orchid. HEX triplet: DC, 9C and 9B. RGB value is (220,156,155). Sum of RGB (Red+Green+Blue) = 220+156+155=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C9B is #236364. Grayscale: #AFAFAF. Windows color (decimal): -2319205 or 10198236. OLE color: 10198236.

HSL color Cylindrical-coordinate representation of color #DC9C9B: hue angle of 0.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9C9B is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220156155-
CMYK00.290.300.14
HSL0.92º48.15%73.53%-
HSV(B)0.92º29.55%86.27%-
XYZ47.3241.3636.5-
YUV175.02116.7160.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=41.43%
G=29.38%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015615500.290.300.140.9248.1573.53
HexDC9C9B01D1EE1304a
Octal3342342330353616160112
Binary11011100100111001001101101110111110111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C9B; }

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

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

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

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

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

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

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

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