#dc9a9a

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

Shades of Petite Orchid #DC9A9A

Tints of Petite Orchid #DC9A9A

Color information

#DC9A9A (or 0xDC9A9A) is unknown color: approx Petite Orchid. HEX triplet: DC, 9A and 9A. RGB value is (220,154,154). Sum of RGB (Red+Green+Blue) = 220+154+154=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A9A is #236565. Grayscale: #ADADAD. Windows color (decimal): -2319718 or 10132188. OLE color: 10132188.

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

Color convert

RGB220154154-
CMYK00.30.30.14
HSL48.53%73.33%-
HSV(B)30%86.27%-
XYZ46.940.6635.95-
YUV173.73116.87161-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015415400.30.30.14048.5373.33
HexDC9A9A01E1EE03149
Octal3342322320363616061111
Binary11011100100110101001101001111011110111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9a9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9a9a; }

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

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

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

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

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

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

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

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