#DFA19C

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

Shades of Petite Orchid #DFA19C

Tints of Petite Orchid #DFA19C

Color information

#DFA19C (or 0xDFA19C) is unknown color: approx Petite Orchid. HEX triplet: DF, A1 and 9C. RGB value is (223,161,156). Sum of RGB (Red+Green+Blue) = 223+161+156=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19C is #205E63. Grayscale: #B3B3B3. Windows color (decimal): -2121316 or 10265055. OLE color: 10265055.

HSL color Cylindrical-coordinate representation of color #DFA19C: hue angle of 4.48º degrees, saturation: 0.51, 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 #DFA19C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223161156-
CMYK00.280.300.13
HSL4.48º51.15%74.31%-
HSV(B)4.48º30.04%87.45%-
XYZ49.1843.5837.27-
YUV178.97115.04159.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 156 (61.33% from 255) = 28.89%
R=41.30%
G=29.81%
B=28.89%

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
Decimal22316115600.280.300.134.4851.1574.31
HexDFA19C01C1ED4334a
Octal3372412340343615463112
Binary1101111110100001100111000111001111011011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA19C; }

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

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

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

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

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

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

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

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