#DF9586

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

Shades of Petite Orchid #DF9586

Tints of Petite Orchid #DF9586

Color information

#DF9586 (or 0xDF9586) is unknown color: approx Petite Orchid. HEX triplet: DF, 95 and 86. RGB value is (223,149,134). Sum of RGB (Red+Green+Blue) = 223+149+134=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9586 is #206A79. Grayscale: #A9A9A9. Windows color (decimal): -2124410 or 8820191. OLE color: 8820191.

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

Color convert

RGB223149134-
CMYK00.330.400.13
HSL10.11º58.17%70%-
HSV(B)10.11º39.91%87.45%-
XYZ45.4838.927.67-
YUV169.42108.02166.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=44.07%
G=29.45%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314913400.330.400.1310.1158.1770
HexDF958602128Da3a46
Octal33722520604150151272106
Binary1101111110010101100001100100001101000110110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9586; }

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

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

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

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

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

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

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

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