#DF9286

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

Shades of Petite Orchid #DF9286

Tints of Petite Orchid #DF9286

Color information

#DF9286 (or 0xDF9286) is unknown color: approx Petite Orchid. HEX triplet: DF, 92 and 86. RGB value is (223,146,134). Sum of RGB (Red+Green+Blue) = 223+146+134=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9286 is #206D79. Grayscale: #A7A7A7. Windows color (decimal): -2125178 or 8819423. OLE color: 8819423.

HSL color Cylindrical-coordinate representation of color #DF9286: hue angle of 8.09º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9286 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223146134-
CMYK00.350.400.13
HSL8.09º58.17%70%-
HSV(B)8.09º39.91%87.45%-
XYZ45.0137.9727.51-
YUV167.66109.01167.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=44.33%
G=29.03%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314613400.350.400.138.0958.1770
HexDF928602328D83a46
Octal33722220604350151072106
Binary1101111110010010100001100100011101000110110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9286; }

 p { color: rgb(223,146,134); }

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

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

 a { background-color: rgb(223,146,134); }

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

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

 span { border-color: rgb(223,146,134); }

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