#DFA095

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

Shades of Petite Orchid #DFA095

Tints of Petite Orchid #DFA095

Color information

#DFA095 (or 0xDFA095) is unknown color: approx Petite Orchid. HEX triplet: DF, A0 and 95. RGB value is (223,160,149). Sum of RGB (Red+Green+Blue) = 223+160+149=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA095 is #205F6A. Grayscale: #B1B1B1. Windows color (decimal): -2121579 or 9806047. OLE color: 9806047.

HSL color Cylindrical-coordinate representation of color #DFA095: hue angle of 8.92º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA095 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223160149-
CMYK00.280.330.13
HSL8.92º53.62%72.94%-
HSV(B)8.92º33.18%87.45%-
XYZ48.434334.18-
YUV177.58111.87160.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=41.92%
G=30.08%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316014900.280.330.138.9253.6272.94
HexDFA09501C21D93649
Octal33724022503441151166111
Binary110111111010000010010101011100100001110110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA095; }

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

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

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

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

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

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

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

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