#DC9289

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

Shades of Petite Orchid #DC9289

Tints of Petite Orchid #DC9289

Color information

#DC9289 (or 0xDC9289) is unknown color: approx Petite Orchid. HEX triplet: DC, 92 and 89. RGB value is (220,146,137). Sum of RGB (Red+Green+Blue) = 220+146+137=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9289 is #236D76. Grayscale: #A7A7A7. Windows color (decimal): -2321783 or 9016028. OLE color: 9016028.

HSL color Cylindrical-coordinate representation of color #DC9289: hue angle of 6.51º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9289 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220146137-
CMYK00.340.380.14
HSL6.51º54.25%70%-
HSV(B)6.51º37.73%86.27%-
XYZ44.3137.5828.59-
YUV167.1111.02165.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=43.74%
G=29.03%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014613700.340.380.146.5154.2570
HexDC928902226E73646
Octal3342222110424616766106
Binary110111001001001010001001010001010011011101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9289; }

 p { color: rgb(220,146,137); }

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

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

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

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

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

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

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