#DFA19F

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

Shades of Petite Orchid #DFA19F

Tints of Petite Orchid #DFA19F

Color information

#DFA19F (or 0xDFA19F) is unknown color: approx Petite Orchid. HEX triplet: DF, A1 and 9F. RGB value is (223,161,159). Sum of RGB (Red+Green+Blue) = 223+161+159=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19F is #205E60. Grayscale: #B3B3B3. Windows color (decimal): -2121313 or 10461663. OLE color: 10461663.

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

Color convert

RGB223161159-
CMYK00.280.290.13
HSL1.88º50%74.9%-
HSV(B)1.88º28.7%87.45%-
XYZ49.4343.6838.63-
YUV179.31116.54159.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 161 (63.28% from 255) = 29.65%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=41.07%
G=29.65%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316115900.280.290.131.885074.9
HexDFA19F01C1DD2324b
Octal3372412370343515262113
Binary110111111010000110011111011100111011101101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA19F; }

 p { color: rgb(223,161,159); }

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

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

 a { background-color: rgb(223,161,159); }

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

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

 span { border-color: rgb(223,161,159); }

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