#DC9486

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

Shades of Petite Orchid #DC9486

Tints of Petite Orchid #DC9486

Color information

#DC9486 (or 0xDC9486) is unknown color: approx Petite Orchid. HEX triplet: DC, 94 and 86. RGB value is (220,148,134). Sum of RGB (Red+Green+Blue) = 220+148+134=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9486 is #236B79. Grayscale: #A8A8A8. Windows color (decimal): -2321274 or 8819932. OLE color: 8819932.

HSL color Cylindrical-coordinate representation of color #DC9486: hue angle of 9.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9486 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220148134-
CMYK00.330.390.14
HSL9.77º55.13%69.41%-
HSV(B)9.77º39.09%86.27%-
XYZ44.4138.1227.57-
YUV167.93108.85165.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=43.82%
G=29.48%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014813400.330.390.149.7755.1369.41
HexDC948602127Ea3745
Octal33422420604147161267105
Binary1101110010010100100001100100001100111111010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9486; }

 p { color: rgb(220,148,134); }

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

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

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

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

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

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

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