#DC9C9A

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

Shades of Petite Orchid #DC9C9A

Tints of Petite Orchid #DC9C9A

Color information

#DC9C9A (or 0xDC9C9A) is unknown color: approx Petite Orchid. HEX triplet: DC, 9C and 9A. RGB value is (220,156,154). Sum of RGB (Red+Green+Blue) = 220+156+154=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C9A is #236365. Grayscale: #AEAEAE. Windows color (decimal): -2319206 or 10132700. OLE color: 10132700.

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

Color convert

RGB220156154-
CMYK00.290.30.14
HSL1.82º48.53%73.33%-
HSV(B)1.82º30%86.27%-
XYZ47.2441.3336.06-
YUV174.91116.2160.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=41.51%
G=29.43%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015615400.290.30.141.8248.5373.33
HexDC9C9A01D1EE23149
Octal3342342320353616261111
Binary110111001001110010011010011101111101110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C9A; }

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

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

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

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

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

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

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

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