#DFA19B

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

Shades of Petite Orchid #DFA19B

Tints of Petite Orchid #DFA19B

Color information

#DFA19B (or 0xDFA19B) is unknown color: approx Petite Orchid. HEX triplet: DF, A1 and 9B. RGB value is (223,161,155). Sum of RGB (Red+Green+Blue) = 223+161+155=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19B is #205E64. Grayscale: #B2B2B2. Windows color (decimal): -2121317 or 10199519. OLE color: 10199519.

HSL color Cylindrical-coordinate representation of color #DFA19B: hue angle of 5.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA19B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223161155-
CMYK00.280.300.13
HSL5.29º51.52%74.12%-
HSV(B)5.29º30.49%87.45%-
XYZ49.0943.5436.83-
YUV178.85114.54159.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=41.37%
G=29.87%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316115500.280.300.135.2951.5274.12
HexDFA19B01C1ED5344a
Octal3372412330343615564112
Binary1101111110100001100110110111001111011011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA19B; }

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

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

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

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

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

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

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

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